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-3bd0n is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-3bd0n"
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-3bd0n"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-3bd0n"
    - 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-3bd0n in /home/jenkins/agent/workspace/Jersey_master_nightly_node_build
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey_master_nightly_node_build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 2f87ada974f9cfd1b4eafe169c21489e80b10bbe (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f87ada974f9cfd1b4eafe169c21489e80b10bbe
Commit message: "Replace an Exception thrown with BAD_REQUEST"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 2f87ada974f9cfd1b4eafe169c21489e80b10bbe
 > git rev-list --no-walk 2f87ada974f9cfd1b4eafe169c21489e80b10bbe # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Nightly build)
[Pipeline] sh
+ rm -rf '/home/jenkins/.m2/repository/*'
+ sed -i 's|groupId("org.mortbay.jetty").artifactId("servlet-api-2.5")|groupId("jakarta.servlet").artifactId("jakarta.servlet-api")|g' tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java
+ sed -i 's|<version>1.0.3</version>|<version>2.5.0-b42</version>|g' pom.xml
+ sed -i 's|<reuseForks>false</reuseForks>|<reuseForks>true</reuseForks><argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>|g' tests/osgi/functional/pom.xml
+ mvn -B -U -V -q clean install '-Dmaven.multiModuleProjectDirectory=/opt/tools/apache-maven/3.6.2'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
               ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release
    @sun.misc.Contended
             ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release
        private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe();
                                     ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release
    static sun.misc.Unsafe getUnsafe() {
                   ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release
            return sun.misc.Unsafe.getUnsafe();
                           ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release
            return java.security.AccessController.doPrivileged((PrivilegedExceptionAction<Unsafe>) () -> {
                                                                                          ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
                Class<Unsafe> k = Unsafe.class;
                      ^
/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
                Class<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 20, 2019 8:11:15 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue
WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer].
Dec 20, 2019 8:11:15 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 20, 2019 8:11:15 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 20, 2019 8:11:15 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 20, 2019 8:11:29 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1541049864)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 20, 2019 8:11:29 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,330382173)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 20, 2019 8:11:29 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1297836716)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 20, 2019 8:11:34 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.
WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.

Dec 20, 2019 8:11:34 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.
WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.

Dec 20, 2019 8:11:35 AM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith
WARNING: ClientRequestContext#abortWith has been utilized multiple times.
Dec 20, 2019 8:11:35 AM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve
WARNING: ExceptionContext#resolve has been utilized multiple times.
Dec 20, 2019 8:11:35 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 20, 2019 8:11:35 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 20, 2019 8:11:35 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 20, 2019 8:11:36 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:36 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:36 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:36 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:55 AM org.glassfish.jersey.client.filter.EncodingFilter filter
WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip]
Dec 20, 2019 8:11:55 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider
	contracts={javax.ws.rs.ext.ContextResolver}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=70
	locatorId=4087
	identityHashCode=1087071077
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:11:55 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider
	contracts={javax.ws.rs.ext.ContextResolver}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=70
	locatorId=4087
	identityHashCode=1087071077
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:11:56 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:56 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:56 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:11:56 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:12:11 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 20, 2019 8:12:11 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 20, 2019 8:12:11 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
Dec 20, 2019 8:12:12 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
[afromString, fromString, bfromString]
Dec 20, 2019 8:12:24 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:69)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 64 more
Caused by: java.lang.IllegalStateException: error
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:155)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59)
	... 68 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:12:24 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:155)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:12:34 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:35 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource
WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:12:35 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource
WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable.
MultiException stack 1 of 1
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106)
	at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45)
	at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83)
	at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150)
	at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:12:36 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 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection
INFO: An issue should not be reported as injections into the methods are allowed.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid
INFO: An issue should be reported if a sub-resource locator returns void:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. 
Dec 20, 2019 8:12:38 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@7b28a38e]}, 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$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) 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: 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: 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: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored
WARNING: Parameter 1 of type 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 public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: 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 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.
HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching path pattern /test.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail
INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators.
Dec 20, 2019 8:12:38 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@1110174e]}, 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 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails
INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules
INFO: An issue should not be reported with the relaxed Produces/Consumes values parser.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM
INFO: An issue should be reported if a resource method is not public:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource
INFO: 
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider
INFO: An issue should be reported as resource implements provider but does not define scope.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors
INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment
INFO: A warning should be reported if @Path with "/" or empty string value is seen
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM
INFO: An issue should be reported if more than one HTTP method designator exist on a resource method:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()]

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL
INFO: An issue should be reported if an entity parameter exists on a sub-resource locator:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid
INFO: An issue should be reported if a get sub-resource method returns void:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection
INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod
INFO: An issue should be reported if method with injected SseEventSink parameter does not return void.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method public javax.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(javax.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically.
WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(javax.ws.rs.sse.SseEventSink,javax.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid
INFO: An issue should be reported if a non-async get method returns void:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails
INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk
INFO: Validation should report no issues.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete
INFO: No issue should be reported if produced mime types differ
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM
INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()]

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams
INFO: A warning should be reported if ambiguous source of a parameter is seen
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource
INFO: 
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes
INFO: An issue should not be reported as resource defines multiple scopes.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType
INFO: Should report hint during validation as @GET resource method returns void.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource
INFO: 
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter.

Dec 20, 2019 8:12:38 AM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid
INFO: An issue should NOT be reported if a async get method returns void:
Dec 20, 2019 8:12:39 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.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() 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 20, 2019 8:12:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+).

Dec 20, 2019 8:12:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:39 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.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() at matching path pattern /test2.

Dec 20, 2019 8:12:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:39 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 20, 2019 8:12:40 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
Dec 20, 2019 8:12:41 AM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig
WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo
Dec 20, 2019 8:12:38 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue
WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer].
Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored.

Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.ApplicationTest$DummyResource will be ignored. 
Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored.

Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1.

Dec 20, 2019 8:12:42 AM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method 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.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 20, 2019 8:12:43 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. 
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. 
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:12:44 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 20, 2019 8:12:43 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Dec 20, 2019 8:12:43 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Dec 20, 2019 8:12:44 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Dec 20, 2019 8:12:44 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Dec 20, 2019 8:12:44 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@519c71cf, 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@519c71cf], 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 20, 2019 8:12:57 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:57 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:58 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:58 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:12:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:12:58 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:58 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:12:59 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37188]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start
INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:37188/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37188]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext initFilters
INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46548]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:46548/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46548]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:13:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:13:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:13:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:13:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:13:14 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out
Dec 20, 2019 8:13:14 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:9998
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:13:14 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out
Dec 20, 2019 8:13:14 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:9998
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:13:15 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 20, 2019 8:13:15 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-1
Dec 20, 2019 8:13:16 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 20, 2019 8:13:16 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 20, 2019 8:13:16 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-2
Dec 20, 2019 8:13:17 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 20, 2019 8:13:17 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Dec 20, 2019 8:13:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:13:17 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:19 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Dec 20, 2019 8:13:19 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 20, 2019 8:13:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:9998/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:9998/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Type: text/plain
HEAD, GET, OPTIONS

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 20, 2019 8:13:20 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 20, 2019 8:13:20 AM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager
WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager".
Dec 20, 2019 8:13:20 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 20, 2019 8:13:20 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 20, 2019 8:13:20 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 20, 2019 8:13:20 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 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > HEAD http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:9998/helloworld
1 > accept: foo/bar
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Allow: HEAD,GET,OPTIONS
1 < Content-Length: 0
1 < Content-Type: foo/bar

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:9998/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server has received a request on thread grizzly-http-server-2
3 > GET http://localhost:9998/helloworld
3 > accept-encoding: gzip,deflate
3 > connection: Keep-Alive
3 > host: localhost:9998
3 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server has received a request on thread grizzly-http-server-3
4 > GET http://localhost:9998/helloworld
4 > accept-encoding: gzip,deflate
4 > connection: Keep-Alive
4 > host: localhost:9998
4 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server responded with a response on thread grizzly-http-server-3
4 < 200
4 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server has received a request on thread grizzly-http-server-1
5 > GET http://localhost:9998/helloworld
5 > accept-encoding: gzip,deflate
5 > connection: Keep-Alive
5 > host: localhost:9998
5 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server responded with a response on thread grizzly-http-server-1
5 < 200
5 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server has received a request on thread grizzly-http-server-0
6 > GET http://localhost:9998/helloworld
6 > accept-encoding: gzip,deflate
6 > connection: Keep-Alive
6 > host: localhost:9998
6 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server has received a request on thread grizzly-http-server-2
7 > GET http://localhost:9998/helloworld
7 > accept-encoding: gzip,deflate
7 > connection: Keep-Alive
7 > host: localhost:9998
7 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server has received a request on thread grizzly-http-server-3
8 > GET http://localhost:9998/helloworld
8 > accept-encoding: gzip,deflate
8 > connection: Keep-Alive
8 > host: localhost:9998
8 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server has received a request on thread grizzly-http-server-1
9 > GET http://localhost:9998/helloworld
9 > accept-encoding: gzip,deflate
9 > connection: Keep-Alive
9 > host: localhost:9998
9 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server responded with a response on thread grizzly-http-server-3
8 < 200
8 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server responded with a response on thread grizzly-http-server-1
9 < 200
9 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-0
10 > GET http://localhost:9998/helloworld
10 > accept-encoding: gzip,deflate
10 > connection: Keep-Alive
10 > host: localhost:9998
10 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-2
11 > GET http://localhost:9998/helloworld
11 > accept-encoding: gzip,deflate
11 > connection: Keep-Alive
11 > host: localhost:9998
11 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server has received a request on thread grizzly-http-server-3
12 > GET http://localhost:9998/helloworld
12 > accept-encoding: gzip,deflate
12 > connection: Keep-Alive
12 > host: localhost:9998
12 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server responded with a response on thread grizzly-http-server-3
12 < 200
12 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server has received a request on thread grizzly-http-server-1
13 > GET http://localhost:9998/helloworld
13 > accept-encoding: gzip,deflate
13 > connection: Keep-Alive
13 > host: localhost:9998
13 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server responded with a response on thread grizzly-http-server-1
13 < 200
13 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-0
14 > GET http://localhost:9998/helloworld
14 > accept-encoding: gzip,deflate
14 > connection: Keep-Alive
14 > host: localhost:9998
14 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-2
15 > GET http://localhost:9998/helloworld
15 > accept-encoding: gzip,deflate
15 > connection: Keep-Alive
15 > host: localhost:9998
15 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server has received a request on thread grizzly-http-server-3
16 > GET http://localhost:9998/helloworld
16 > accept-encoding: gzip,deflate
16 > connection: Keep-Alive
16 > host: localhost:9998
16 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-1
17 > GET http://localhost:9998/helloworld
17 > accept-encoding: gzip,deflate
17 > connection: Keep-Alive
17 > host: localhost:9998
17 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server responded with a response on thread grizzly-http-server-3
16 < 200
16 < Content-Type: text/plain
Hello World!

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-0
18 > GET http://localhost:9998/helloworld
18 > accept-encoding: gzip,deflate
18 > connection: Keep-Alive
18 > host: localhost:9998
18 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-2
19 > GET http://localhost:9998/helloworld
19 > accept-encoding: gzip,deflate
19 > connection: Keep-Alive
19 > host: localhost:9998
19 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

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

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-1
20 > GET http://localhost:9998/helloworld
20 > accept-encoding: gzip,deflate
20 > connection: Keep-Alive
20 > host: localhost:9998
20 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server responded with a response on thread grizzly-http-server-1
20 < 200
20 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 95
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Results:
0: Hello World!
1: Hello World!
2: Hello World!
3: Hello World!
4: Hello World!
5: Hello World!
6: Hello World!
7: Hello World!
8: Hello World!
9: Hello World!
10: Hello World!
11: Hello World!
12: Hello World!
13: Hello World!
14: Hello World!
15: Hello World!
16: Hello World!
17: Hello World!
18: Hello World!
19: Hello World!

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

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

Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < Content-Type: text/plain
Hello World!

Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworldarbitrary
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:9998/helloworld/arbitrary
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 20, 2019 8:13:21 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Dec 20, 2019 8:13:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:13:26 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:27 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:28 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:13:28 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend
WARNING: Asynchronous server side invocations are not supported by InMemoryContainer.
Dec 20, 2019 8:13:31 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:13:34 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:13:35 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Dec 20, 2019 8:13:35 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Dec 20, 2019 8:13:35 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Dec 20, 2019 8:13:35 AM sun.net.httpserver.ServerImpl$Exchange run
WARNING: SSL connection received. No https contxt created
Dec 20, 2019 8:13:35 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored.
Dec 20, 2019 8:13:36 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:13:39 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:13:39 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:13:42 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:13:42 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
Dec 20, 2019 8:13:50 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:13:50 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start
INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:37950/
Dec 20, 2019 8:13:53 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:00 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:01 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:09 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:09 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:14:09 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:09 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:09 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:14:09 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-102): EXECUTE_ACTION -> 16
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-102): ACCEPT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ -> 199
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): HEADER_FINISHED -> OPTIONS /users HTTP/1.1
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): WRITE_HEADER -> HTTP/1.1 404 Not Found
Content-Length: 0
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): WRITE_BUFFER -> 69
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): WRITE -> 69
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-107): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-107): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-100): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-100): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-100): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:9998] (ActionDistributor: Thread-112): EXECUTE_ACTION -> 16
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-112): ACCEPT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:13 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:14 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-118): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-120): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-121): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-123): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-124): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-126): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 159
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ_HEADER
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-115): REQUEST_READY
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): WRITE -> 110
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ -> 0
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (Worker: RequestReader: Thread-117): READ_WAIT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): SELECT
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:52690] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 20, 2019 8:14:15 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 20, 2019 8:14:17 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/
Dec 20, 2019 8:14:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start
INFO: Started SimpleTestContainer at the base URI http://localhost:43828/
Dec 20, 2019 8:14:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:14:22.268:INFO::main: Logging initialized @751ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-20 08:14:23.277:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:23.341:INFO:oejs.AbstractConnector:main: Started ServerConnector@45385f75{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:23.342:INFO:oejs.Server:main: Started @1826ms
Dec 20, 2019 8:14:23 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:23.867:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@45385f75{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:23 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:24.061:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:24.064:INFO:oejs.AbstractConnector:main: Started ServerConnector@33308786{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:24.064:INFO:oejs.Server:main: Started @2548ms
Dec 20, 2019 8:14:24 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:24.179:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@33308786{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:24 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:24.289:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:24.334:INFO:oejs.AbstractConnector:main: Started ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:24.335:INFO:oejs.Server:main: Started @2819ms
Dec 20, 2019 8:14:24 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:29.385:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:29 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:29.463:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:29.466:INFO:oejs.AbstractConnector:main: Started ServerConnector@79da1ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:29.466:INFO:oejs.Server:main: Started @7950ms
Dec 20, 2019 8:14:29 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:32.516:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@79da1ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:32.565:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:32.567:INFO:oejs.AbstractConnector:main: Started ServerConnector@41fe9859{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:32.568:INFO:oejs.Server:main: Started @11052ms
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:32.608:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@41fe9859{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:32.664:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:32.666:INFO:oejs.AbstractConnector:main: Started ServerConnector@70925b45{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:32.667:INFO:oejs.Server:main: Started @11150ms
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:32.767:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@70925b45{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:32.812:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:32.835:INFO:oejs.AbstractConnector:main: Started ServerConnector@680bddf5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:32.835:INFO:oejs.Server:main: Started @11319ms
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:32.865:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@680bddf5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-20 08:14:32.915:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:32.933:INFO:oejs.AbstractConnector:main: Started ServerConnector@19f040ba{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:32.933:INFO:oejs.Server:main: Started @11417ms
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-20 08:14:32.962:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@19f040ba{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:32 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Dec 20, 2019 8:14:34 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
2019-12-20 08:14:34.861:INFO::main: Logging initialized @765ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-20 08:14:35.775:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:35.819:INFO:oejs.AbstractConnector:main: Started ServerConnector@503f91c3{HTTP/1.1,[http/1.1]}{0.0.0.0:41392}
2019-12-20 08:14:35.820:INFO:oejs.Server:main: Started @1724ms
Dec 20, 2019 8:14:35 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start
INFO: Started JettyTestContainer at the base URI http://localhost:41392/
2019-12-20 08:14:36.139:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@503f91c3{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
Dec 20, 2019 8:14:36 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:14:36.264:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:36.267:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f3f02ee{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:36.267:INFO:oejs.Server:main: Started @2172ms
2019-12-20 08:14:36.339:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f3f02ee{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:36 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:14:36.405:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:14:36.435:INFO:oejs.AbstractConnector:main: Started ServerConnector@26bab2f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:14:36.436:INFO:oejs.Server:main: Started @2340ms
2019-12-20 08:14:36.538:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@26bab2f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:14:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:14:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 151
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:14:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:14:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:15:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:15:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:15:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-2
Dec 20, 2019 8:15:39 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-1
Dec 20, 2019 8:15:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 20, 2019 8:15:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 20, 2019 8:15:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 20, 2019 8:15:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:15:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 20, 2019 8:15:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:15:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:15:49 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Dec 20, 2019 8:15:49 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Dec 20, 2019 8:15:49 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 20, 2019 8:15:50 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 20, 2019 8:15:50 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 20, 2019 8:15:50 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 20, 2019 8:15:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:15:50 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 20, 2019 8:15:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:15:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:15:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:15:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:15:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:15:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:16:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:16:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
	at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:71)
	at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:503)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:16:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:10 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:10.594:INFO::main: Logging initialized @616ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-20 08:16:11.394:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:11.434:INFO:oejs.AbstractConnector:main: Started ServerConnector@1130520d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:11.435:INFO:oejs.Server:main: Started @1458ms
2019-12-20 08:16:12.109:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1130520d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:12.248:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:12.250:INFO:oejs.AbstractConnector:main: Started ServerConnector@5a411614{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:12.251:INFO:oejs.Server:main: Started @2274ms
2019-12-20 08:16:12.307:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5a411614{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:12.393:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:12.396:INFO:oejs.AbstractConnector:main: Started ServerConnector@2611b9a3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:12.396:INFO:oejs.Server:main: Started @2419ms
2019-12-20 08:16:12.503:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2611b9a3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:12.593:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:12.595:INFO:oejs.AbstractConnector:main: Started ServerConnector@4fd4cae3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:12.596:INFO:oejs.Server:main: Started @2618ms
2019-12-20 08:16:12.678:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4fd4cae3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:12.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-20 08:16:12.778:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d9d1b69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:12.778:INFO:oejs.Server:main: Started @2801ms
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread qtp917277283-88
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread qtp917277283-86
Dec 20, 2019 8:16:12 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread qtp917277283-90
Dec 20, 2019 8:16:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 20, 2019 8:16:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 20, 2019 8:16:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
2019-12-20 08:16:13.906:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d9d1b69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:13 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:13.956:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:13.958:INFO:oejs.AbstractConnector:main: Started ServerConnector@78d39a69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:13.959:INFO:oejs.Server:main: Started @3982ms
Dec 20, 2019 8:16:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread qtp497479191-112
2019-12-20 08:16:13.995:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@78d39a69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.063:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.065:INFO:oejs.AbstractConnector:main: Started ServerConnector@5bb8f9e2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.066:INFO:oejs.Server:main: Started @4088ms
2019-12-20 08:16:14.067:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.070:INFO:oejs.AbstractConnector:main: Started ServerConnector@648ee871{HTTP/1.1,[http/1.1]}{0.0.0.0:9997}
2019-12-20 08:16:14.071:INFO:oejs.Server:main: Started @4093ms
2019-12-20 08:16:14.140:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5bb8f9e2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.183:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.185:INFO:oejs.AbstractConnector:main: Started ServerConnector@4cafa9aa{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.186:INFO:oejs.Server:main: Started @4208ms
2019-12-20 08:16:14.188:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.252:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4cafa9aa{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.300:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.303:INFO:oejs.AbstractConnector:main: Started ServerConnector@dca2615{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.303:INFO:oejs.Server:main: Started @4326ms
2019-12-20 08:16:14.364:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@dca2615{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.409:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.412:INFO:oejs.AbstractConnector:main: Started ServerConnector@35178483{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.412:INFO:oejs.Server:main: Started @4435ms
2019-12-20 08:16:14.468:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@35178483{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.633:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.641:INFO:oejs.AbstractConnector:main: Started ServerConnector@242a209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.641:INFO:oejs.Server:main: Started @4664ms
2019-12-20 08:16:14.712:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@242a209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.840:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.843:INFO:oejs.AbstractConnector:main: Started ServerConnector@5c77ba8f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.843:INFO:oejs.Server:main: Started @4866ms
2019-12-20 08:16:14.887:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5c77ba8f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:14.953:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:14.955:INFO:oejs.AbstractConnector:main: Started ServerConnector@7544ac86{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:14.955:INFO:oejs.Server:main: Started @4978ms
2019-12-20 08:16:15.001:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7544ac86{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.062:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.065:INFO:oejs.AbstractConnector:main: Started ServerConnector@37c41ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.065:INFO:oejs.Server:main: Started @5088ms
2019-12-20 08:16:15.134:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@37c41ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.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-20 08:16:15.174:INFO:oejs.AbstractConnector:main: Started ServerConnector@34d45ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.174:INFO:oejs.Server:main: Started @5197ms
2019-12-20 08:16:15.240:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@34d45ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.281:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.283:INFO:oejs.AbstractConnector:main: Started ServerConnector@64deb58f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.284:INFO:oejs.Server:main: Started @5306ms
2019-12-20 08:16:15.349:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@64deb58f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.386:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.388:INFO:oejs.AbstractConnector:main: Started ServerConnector@10b687f2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.388:INFO:oejs.Server:main: Started @5411ms
2019-12-20 08:16:15.459:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@10b687f2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.497:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.500:INFO:oejs.AbstractConnector:main: Started ServerConnector@17e0933c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.500:INFO:oejs.Server:main: Started @5523ms
2019-12-20 08:16:15.565:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@17e0933c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.599:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.601:INFO:oejs.AbstractConnector:main: Started ServerConnector@261bd7b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.601:INFO:oejs.Server:main: Started @5624ms
2019-12-20 08:16:15.664:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@261bd7b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.699:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.701:INFO:oejs.AbstractConnector:main: Started ServerConnector@2de6f1bc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.702:INFO:oejs.Server:main: Started @5724ms
2019-12-20 08:16:15.764:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2de6f1bc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.808:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.810:INFO:oejs.AbstractConnector:main: Started ServerConnector@5fffb692{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.810:INFO:oejs.Server:main: Started @5833ms
2019-12-20 08:16:15.871:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5fffb692{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:15.935:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:15.962:INFO:oejs.AbstractConnector:main: Started ServerConnector@2478b629{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:15.963:INFO:oejs.Server:main: Started @5986ms
2019-12-20 08:16:16.000:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2478b629{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:16.050:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:16.053:INFO:oejs.AbstractConnector:main: Started ServerConnector@37d3e140{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:16.053:INFO:oejs.Server:main: Started @6076ms
2019-12-20 08:16:16.085:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@37d3e140{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:16.139:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:16.141:INFO:oejs.AbstractConnector:main: Started ServerConnector@418f0534{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:16.141:INFO:oejs.Server:main: Started @6164ms
2019-12-20 08:16:16.245:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@418f0534{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:16.277:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:16.280:INFO:oejs.AbstractConnector:main: Started ServerConnector@3a209918{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:16.280:INFO:oejs.Server:main: Started @6303ms
2019-12-20 08:16:16.353:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3a209918{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:16.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-20 08:16:16.386:INFO:oejs.AbstractConnector:main: Started ServerConnector@2ba9f986{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:16.386:INFO:oejs.Server:main: Started @6409ms
2019-12-20 08:16:16.445:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2ba9f986{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:16.477:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:16.479:INFO:oejs.AbstractConnector:main: Started ServerConnector@456aa471{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:16.479:INFO:oejs.Server:main: Started @6502ms
2019-12-20 08:16:17.502:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@456aa471{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:210)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:638)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:171)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:505)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:786)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:743)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:730)
	at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:690)
	at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:548)
	at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:845)
	at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:921)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:249)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:225)
	at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:407)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281)
	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297)
	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 27 more

Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:18.543:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:18.545:INFO:oejs.AbstractConnector:main: Started ServerConnector@7956f93a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:18.545:INFO:oejs.Server:main: Started @8568ms
2019-12-20 08:16:18.561:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7956f93a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:18.595:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:18.597:INFO:oejs.AbstractConnector:main: Started ServerConnector@660296d5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:18.597:INFO:oejs.Server:main: Started @8620ms
2019-12-20 08:16:18.635:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@660296d5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:18.672:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:18.674:INFO:oejs.AbstractConnector:main: Started ServerConnector@1533338c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:18.674:INFO:oejs.Server:main: Started @8697ms
2019-12-20 08:16:18.694:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1533338c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:18.741:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:18.743:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f60824e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:18.743:INFO:oejs.Server:main: Started @8766ms
2019-12-20 08:16:18.759:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f60824e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:18.792:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:18.794:INFO:oejs.AbstractConnector:main: Started ServerConnector@11bfd751{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:18.794:INFO:oejs.Server:main: Started @8817ms
2019-12-20 08:16:18.850:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@11bfd751{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:18.941:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:18.943:INFO:oejs.AbstractConnector:main: Started ServerConnector@3ea9a091{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:18.943:INFO:oejs.Server:main: Started @8966ms
2019-12-20 08:16:18.993:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3ea9a091{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-49
Dec 20, 2019 8:16:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:19.038:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:19.040:INFO:oejs.AbstractConnector:main: Started ServerConnector@4bab78ce{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:19.040:INFO:oejs.Server:main: Started @9063ms
2019-12-20 08:16:19.338:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4bab78ce{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:19.368:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:19.369:INFO:oejs.AbstractConnector:main: Started ServerConnector@131777e8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:19.370:INFO:oejs.Server:main: Started @9392ms
2019-12-20 08:16:19.689:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@131777e8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:19.752:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:19.754:INFO:oejs.AbstractConnector:main: Started ServerConnector@6badb08c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:19.754:INFO:oejs.Server:main: Started @9777ms
2019-12-20 08:16:19.942:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6badb08c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:19.971:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:19.973:INFO:oejs.AbstractConnector:main: Started ServerConnector@570299e3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:19.973:INFO:oejs.Server:main: Started @9996ms
2019-12-20 08:16:20.258:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@570299e3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.290:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.291:INFO:oejs.AbstractConnector:main: Started ServerConnector@55b45ea1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.291:INFO:oejs.Server:main: Started @10314ms
2019-12-20 08:16:20.336:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@55b45ea1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.362:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.363:INFO:oejs.AbstractConnector:main: Started ServerConnector@516037be{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.363:INFO:oejs.Server:main: Started @10386ms
2019-12-20 08:16:20.385:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@516037be{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.413:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.434:INFO:oejs.AbstractConnector:main: Started ServerConnector@3f33bb6f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.434:INFO:oejs.Server:main: Started @10457ms
2019-12-20 08:16:20.457:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3f33bb6f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.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-20 08:16:20.486:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f4cb17b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.486:INFO:oejs.Server:main: Started @10509ms
2019-12-20 08:16:20.508:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f4cb17b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.558:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.560:INFO:oejs.AbstractConnector:main: Started ServerConnector@3909308c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.560:INFO:oejs.Server:main: Started @10583ms
2019-12-20 08:16:20.582:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3909308c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.611:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.612:INFO:oejs.AbstractConnector:main: Started ServerConnector@69ed96e1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.612:INFO:oejs.Server:main: Started @10635ms
2019-12-20 08:16:20.670:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@69ed96e1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.700:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.701:INFO:oejs.AbstractConnector:main: Started ServerConnector@2ebcbf9d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.701:INFO:oejs.Server:main: Started @10724ms
2019-12-20 08:16:20.721:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2ebcbf9d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.759:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.760:INFO:oejs.AbstractConnector:main: Started ServerConnector@3aa8c337{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.760:INFO:oejs.Server:main: Started @10783ms
2019-12-20 08:16:20.780:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3aa8c337{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.806:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.808:INFO:oejs.AbstractConnector:main: Started ServerConnector@10280879{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.808:INFO:oejs.Server:main: Started @10831ms
2019-12-20 08:16:20.848:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@10280879{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.876:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.878:INFO:oejs.AbstractConnector:main: Started ServerConnector@8d52313{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.878:INFO:oejs.Server:main: Started @10901ms
2019-12-20 08:16:20.945:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8d52313{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:20.970:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:20.971:INFO:oejs.AbstractConnector:main: Started ServerConnector@5f7bd970{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:20.971:INFO:oejs.Server:main: Started @10994ms
2019-12-20 08:16:21.058:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5f7bd970{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.084:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.086:INFO:oejs.AbstractConnector:main: Started ServerConnector@5408fca1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.086:INFO:oejs.Server:main: Started @11109ms
2019-12-20 08:16:21.106:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5408fca1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.147:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.148:INFO:oejs.AbstractConnector:main: Started ServerConnector@6672b0ea{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.148:INFO:oejs.Server:main: Started @11171ms
2019-12-20 08:16:21.169:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6672b0ea{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.194:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.195:INFO:oejs.AbstractConnector:main: Started ServerConnector@44181746{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.195:INFO:oejs.Server:main: Started @11218ms
2019-12-20 08:16:21.215:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@44181746{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.256:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.259:INFO:oejs.AbstractConnector:main: Started ServerConnector@1d1da00b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.259:INFO:oejs.Server:main: Started @11282ms
2019-12-20 08:16:21.284:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1d1da00b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.309:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.310:INFO:oejs.AbstractConnector:main: Started ServerConnector@202ba60a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.310:INFO:oejs.Server:main: Started @11333ms
2019-12-20 08:16:21.346:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@202ba60a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.370:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.371:INFO:oejs.AbstractConnector:main: Started ServerConnector@21ebf9be{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.371:INFO:oejs.Server:main: Started @11394ms
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 62
2019-12-20 08:16:21.436:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21ebf9be{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.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-20 08:16:21.468:INFO:oejs.AbstractConnector:main: Started ServerConnector@66ad7167{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.468:INFO:oejs.Server:main: Started @11491ms
2019-12-20 08:16:21.489:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@66ad7167{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.536:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.538:INFO:oejs.AbstractConnector:main: Started ServerConnector@7337f87e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.538:INFO:oejs.Server:main: Started @11560ms
2019-12-20 08:16:21.556:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7337f87e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.579:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.581:INFO:oejs.AbstractConnector:main: Started ServerConnector@7c16cc25{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.581:INFO:oejs.Server:main: Started @11604ms
2019-12-20 08:16:21.599:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7c16cc25{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.639:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.641:INFO:oejs.AbstractConnector:main: Started ServerConnector@6259d7a0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.641:INFO:oejs.Server:main: Started @11664ms
2019-12-20 08:16:21.662:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6259d7a0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:21.691:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:21.692:INFO:oejs.AbstractConnector:main: Started ServerConnector@655875bb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:21.693:INFO:oejs.Server:main: Started @11715ms
2019-12-20 08:16:22.107:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@655875bb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:22.154:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:22.156:INFO:oejs.AbstractConnector:main: Started ServerConnector@7ab17cf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:22.156:INFO:oejs.Server:main: Started @12179ms
2019-12-20 08:16:22.193:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7ab17cf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:22.241:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:22.243:INFO:oejs.AbstractConnector:main: Started ServerConnector@92fa950{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:22.243:INFO:oejs.Server:main: Started @12266ms
2019-12-20 08:16:22.272:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@92fa950{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:16:22.297:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:22.298:INFO:oejs.AbstractConnector:main: Started ServerConnector@482034fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:22.299:INFO:oejs.Server:main: Started @12321ms
2019-12-20 08:16:22.355:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@482034fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:22 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Dec 20, 2019 8:16:22 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
2019-12-20 08:16:22.401:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:16:22.403:INFO:oejs.AbstractConnector:main: Started ServerConnector@7a7d25ca{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:16:22.403:INFO:oejs.Server:main: Started @12426ms
2019-12-20 08:16:22.498:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7a7d25ca{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:16:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:16:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:17:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:17:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:17: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 20, 2019 8:17:20 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2c9f9fb0: startup date [Fri Dec 20 08:17:20 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:20 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 20, 2019 8:17:21 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:23 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39ce27f2: startup date [Fri Dec 20 08:17:23 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 20, 2019 8:17:23 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:23 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@48ea2003: startup date [Fri Dec 20 08:17:23 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 20, 2019 8:17:23 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:23 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2301b75: startup date [Fri Dec 20 08:17:23 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:23 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4ab550d5: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@55ec556: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4248e66b: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3c46dcbe: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@20de05e5: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68a4dcc6: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:17:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:24 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1d1cbd0f: startup date [Fri Dec 20 08:17:24 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:24 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@33f2df51: startup date [Fri Dec 20 08:17:25 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c991465: startup date [Fri Dec 20 08:17:25 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5d0b0cb9: startup date [Fri Dec 20 08:17:25 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68b734a8: startup date [Fri Dec 20 08:17:25 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@588545ac: startup date [Fri Dec 20 08:17:25 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3c25cfe1: startup date [Fri Dec 20 08:17:25 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:17:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:26 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@402f8592: startup date [Fri Dec 20 08:17:26 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:17:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:17:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:17:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:17:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:17:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:42 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:17:42.686:INFO::main: Logging initialized @554ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-20 08:17:43.751:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:17:43.791:INFO:oejs.AbstractConnector:main: Started ServerConnector@35d08e6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:17:43.792:INFO:oejs.Server:main: Started @1661ms
2019-12-20 08:17:44.146:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@35d08e6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:17:44 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:17:44.247:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:17:44.250:INFO:oejs.AbstractConnector:main: Started ServerConnector@2e029d61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:17:44.250:INFO:oejs.Server:main: Started @2118ms
2019-12-20 08:17:44.295:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2e029d61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:17:44 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-20 08:17:44.373:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-20 08:17:44.375:INFO:oejs.AbstractConnector:main: Started ServerConnector@7a56812e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-20 08:17:44.376:INFO:oejs.Server:main: Started @2244ms
2019-12-20 08:17:44.437:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7a56812e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 20, 2019 8:17:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:17:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:17:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty
INFO: Computed property
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testMap
INFO: Map
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks
INFO: Links
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testArray
INFO: Array
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed
INFO: Mixed EL and template vars link
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks
INFO: EL binding
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings
INFO: QueryResource
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting
INFO: No Recursive Nesting
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource
INFO: QueryResource
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testEL
INFO: El link
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink
INFO: EL binding
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource
INFO: BeanParamResource
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding
INFO: EL binding
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource
INFO: QueryResource
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition
INFO: Condition
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles
INFO: Link styles
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource
INFO: Subresource
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting
INFO: Nesting
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields
INFO: Links from field values
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection
INFO: Collection
Dec 20, 2019 8:17:49 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes
INFO: EL scopes
Dec 20, 2019 8:17:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:17:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:17:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:17:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:17:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:18:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:04 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (Final)
Dec 20, 2019 8:18:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f9f9a8ab-698e-41e8-bb18-01fc3bf30242 initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f9f9a8ab-698e-41e8-bb18-01fc3bf30242 shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07df849f-bd9f-47c0-b19b-176d89d11e80 initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07df849f-bd9f-47c0-b19b-176d89d11e80 shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2c325d4-a9b5-4e20-a948-63f6ad0693c1 initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2c325d4-a9b5-4e20-a948-63f6ad0693c1 shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 90427a75-9f68-4097-8202-aae88cce29c3 initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 90427a75-9f68-4097-8202-aae88cce29c3 shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a79cd1d7-67b3-4950-8a63-f0bb90632453 initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a79cd1d7-67b3-4950-8a63-f0bb90632453 shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 048dc4c9-6590-4569-8d10-721137fbcf4a initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 048dc4c9-6590-4569-8d10-721137fbcf4a shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7ab9b6b-7941-4a2c-85c7-d4f1ff049e1b initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7ab9b6b-7941-4a2c-85c7-d4f1ff049e1b shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 804ba045-9425-49e7-a704-6e9c4175298a initialized
Dec 20, 2019 8:18:05 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 804ba045-9425-49e7-a704-6e9c4175298a shut down
Dec 20, 2019 8:18:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 45249548-0f8c-4873-84de-bc96c86285e0 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 45249548-0f8c-4873-84de-bc96c86285e0 shut down
Dec 20, 2019 8:18:06 AM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal
WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer)
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f19ba02-5fac-4508-aee6-8f0a908b0c62 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f19ba02-5fac-4508-aee6-8f0a908b0c62 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc8074c0-2348-4cd4-bdc5-7c3164d06c08 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc8074c0-2348-4cd4-bdc5-7c3164d06c08 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c98ea5f8-44ba-4531-b6cf-c7913dec2d4e initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c98ea5f8-44ba-4531-b6cf-c7913dec2d4e shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fa5b2d55-c13d-4aed-8ce5-b7b6ccda2e1f initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fa5b2d55-c13d-4aed-8ce5-b7b6ccda2e1f shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aa74911e-1f6d-48c2-9c98-4cb2f2e7d2c9 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9661c94a-97ec-4bfb-a96f-951537d15df1 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae59a9da-d578-4101-aebf-a7a68741eaa3 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d163fbc0-1fdd-4588-a3b4-d5eee06440b4 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a7c7dee4-8856-4ae5-ab81-fe0da33255b8 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 57d9e7c9-53e6-412f-929b-a80a4ece5c97 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 57d9e7c9-53e6-412f-929b-a80a4ece5c97 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f262422-4206-4911-966d-da1c98e15bd3 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f262422-4206-4911-966d-da1c98e15bd3 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b5fb1b3-1cfa-4440-87e4-236a0ca0b03c initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b5fb1b3-1cfa-4440-87e4-236a0ca0b03c shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4a6a2da-9b9c-43c8-bb63-94dd28897b8b initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b4a6a2da-9b9c-43c8-bb63-94dd28897b8b shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 725f891a-b58d-4753-84d5-21f9c6a0b783 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 725f891a-b58d-4753-84d5-21f9c6a0b783 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1d5da844-5468-44c9-b1de-4d53a7f04178 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1d5da844-5468-44c9-b1de-4d53a7f04178 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ea94502d-b394-4817-a651-43d6aea5d666 initialized
Dec 20, 2019 8:18:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ea94502d-b394-4817-a651-43d6aea5d666 shut down
Dec 20, 2019 8:18:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c7651bc7-228e-45ca-a5db-c50e35c182d5 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c7651bc7-228e-45ca-a5db-c50e35c182d5 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f88536a-ac7a-43a4-a916-bb32220fd501 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f88536a-ac7a-43a4-a916-bb32220fd501 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8630d787-ce71-49b0-8ae7-330811e152ff initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8630d787-ce71-49b0-8ae7-330811e152ff shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container eb529fc0-6d12-4d8a-8dce-b6d733b6392b initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container eb529fc0-6d12-4d8a-8dce-b6d733b6392b shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89a7c152-1b95-4122-9f65-bc6bda2774ef initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 89a7c152-1b95-4122-9f65-bc6bda2774ef shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cb2c6e2f-6468-4ad7-8b89-b7be02407a05 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cb2c6e2f-6468-4ad7-8b89-b7be02407a05 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ea54d868-f861-40bf-bddf-e08a84a20a05 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ea54d868-f861-40bf-bddf-e08a84a20a05 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 903e2773-40e1-40b0-be3f-2d6cedbb2128 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 903e2773-40e1-40b0-be3f-2d6cedbb2128 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9e1772c9-cb71-41c2-9e3c-b76957ac3474 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9e1772c9-cb71-41c2-9e3c-b76957ac3474 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d74948d0-4ee4-4f49-8fd5-ade76f3ef452 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d74948d0-4ee4-4f49-8fd5-ade76f3ef452 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3bfcc756-e974-4e8d-a7b7-5c9eaf60d252 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3bfcc756-e974-4e8d-a7b7-5c9eaf60d252 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f7f60462-7c2e-4294-9a08-f0a5745dee18 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f7f60462-7c2e-4294-9a08-f0a5745dee18 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48ef10b4-73e2-4948-95d8-618cb3085a98 initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48ef10b4-73e2-4948-95d8-618cb3085a98 shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8dd91357-0c60-47c3-8989-c4dffc1ec21e initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8dd91357-0c60-47c3-8989-c4dffc1ec21e shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d145139d-5531-4910-bd67-bfadd5c3a34d initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d145139d-5531-4910-bd67-bfadd5c3a34d shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8867372b-aedd-4297-8e2f-bbea622c51ef initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8867372b-aedd-4297-8e2f-bbea622c51ef shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 56ffe5b2-a4ce-4191-8b9f-2153dde0764b initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 56ffe5b2-a4ce-4191-8b9f-2153dde0764b shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0822bb28-7c11-4a0d-8d55-d9640cb5f57f initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0822bb28-7c11-4a0d-8d55-d9640cb5f57f shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4bae4440-c8ce-4329-9bb5-a0f65095541e initialized
Dec 20, 2019 8:18:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4bae4440-c8ce-4329-9bb5-a0f65095541e shut down
Dec 20, 2019 8:18:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:18:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:18:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:18:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:18:18 AM org.jvnet.mimepull.WeakDataFile close
INFO: File /tmp/MIME7164184909331986574.tmp was not deleted
Dec 20, 2019 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:18:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:18:22 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:18:22 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:18:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:18:24 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:18:24 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Dec 20, 2019 8:18:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:18:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:18:33 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 20, 2019 8:18:33 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 20, 2019 8:18:33 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 20, 2019 8:18:33 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 20, 2019 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:18:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:18:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:18:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:18:58 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList.
Dec 20, 2019 8:19:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:19:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:19:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:19:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242)
	at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	... 38 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82)
	at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92)
	at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76)
	at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.ws.rs.WebApplicationException: HTTP 555 
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477)
	at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62)
	at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:19:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:19:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:20 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.
Dec 20, 2019 8:19:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:20 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.
Dec 20, 2019 8:19:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:28 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:19:28 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 3 requests to finish...

Dec 20, 2019 8:19:28 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync
INFO: Location resolved from response > http://localhost:9998/ResponseTest/executorAsync
Dec 20, 2019 8:19:28 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync
INFO: Location resolved from response > http://localhost:9998/ResponseTest/locationAsync
Dec 20, 2019 8:19:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:36 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 6 requests to finish...

Dec 20, 2019 8:19:36 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Dec 20, 2019 8:19:36 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:9998/locationWithBody
Dec 20, 2019 8:19:36 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation
INFO: Location resolved from response > null
Dec 20, 2019 8:19:36 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:9998/location
Dec 20, 2019 8:19:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:44 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Dec 20, 2019 8:19:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation
INFO: Location resolved from response > location
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:19:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation
INFO: Location resolved from response > null
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:19:56 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash
INFO: Location resolved from response > /location
Dec 20, 2019 8:19:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:19:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:19:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:19:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:19:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:19:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:20:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:20:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:04 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation
INFO: Location resolved from response > http://localhost:9998/test/location
Dec 20, 2019 8:20:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:05 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation
INFO: Location resolved from response > null
Dec 20, 2019 8:20:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:05 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash
INFO: Location resolved from response > http://localhost:9998/location
Dec 20, 2019 8:20:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 20, 2019 8:20:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 20, 2019 8:20:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 20, 2019 8:20:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 20, 2019 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter
INFO: Response status is: 500
Dec 20, 2019 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 20, 2019 8:20:08 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 20, 2019 8:20:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:09 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector
INFO: Response status is: 401
Dec 20, 2019 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:09 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 20, 2019 8:20:09 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 20, 2019 8:20:09 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 20, 2019 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:20:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:20:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter
INFO: URI Created in the resource method > location
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter
INFO: LocationManipulationFilter applied.
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByFilter
Dec 20, 2019 8:20:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo
INFO: LocationManipulationInterceptor applied.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByInterceptor
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:238)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 20, 2019 8:20:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/uriAfterPreMatchingAbortion/SUCCESS
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:278)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:257)
	at java.lang.Thread.run(Thread.java:748)
Dec 20, 2019 8:20:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 20, 2019 8:20:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:20:24 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 20, 2019 8:20:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:20:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:20:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:20:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:34 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:34 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:34 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:34 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:35 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:35 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:35 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 20, 2019 8:20:36 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:36 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:38 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 20, 2019 8:20:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:40 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:20:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:43 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:43 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:43 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:43 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:44 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:47 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20: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 20, 2019 8:20:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:20:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:20:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:20:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:20:54 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:54 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20:54 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:20: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 20, 2019 8:21:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:21:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:21:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:21:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:02 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:02 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:02 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:02 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:03 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:06 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21: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 20, 2019 8:21:09 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:11 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:21:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:21:16 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:21:19 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:21:22 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:21:25 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:21:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:21:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:21:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:32 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 20, 2019 8:21:32 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:21:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:21:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:35 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:35 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:36 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:39 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 20, 2019 8:21:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:21:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:21:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:43 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:43 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:43 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:46 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 20, 2019 8:21:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:21:50 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:21:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:50 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:21:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:21:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:21:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:51 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:51 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:51 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:51 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:51 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:51 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:52 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:52 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:52 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:52 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure
WARNING: Unable to send a failure response.
java.io.IOException: headers already sent
	at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204)
	at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:21:52 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure
WARNING: Unable to send a failure response.
java.io.IOException: stream is closed
	at sun.net.httpserver.Request$WriteStream.write(Request.java:380)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
	at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:261)
	at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:21:52 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure
WARNING: Unable to send a failure response.
java.io.IOException: headers already sent
	at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204)
	at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:21:55 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:55 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:55 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure
WARNING: Unable to send a failure response.
java.io.IOException: headers already sent
	at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204)
	at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:21:58 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:21:58 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:21:58 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure
WARNING: Unable to send a failure response.
java.io.IOException: headers already sent
	at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204)
	at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:22:01 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 20, 2019 8:22:01 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:22:01 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:01 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:22:02 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:22:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:22:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:22:02 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity.

Dec 20, 2019 8:22:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:22:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:22:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:22:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:22:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:22:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:09 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:10 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:10 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:10 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:13 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:16 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 20, 2019 8:22:17 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:22:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:22:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:21 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:21 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:21 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:21 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:22 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:26 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:29 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:32 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:35 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:38 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 20, 2019 8:22:38 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:38 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:38 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:39 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:44 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:22:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:22:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:22:52 AM org.glassfish.jersey.server.filter.EncodingFilter filter
WARNING: Expected separator ';' instead of '='
java.text.ParseException: Expected separator ';' instead of '='
	at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:124)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:249)
	at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194)
	at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:369)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:22:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:22:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:22:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:22:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:22:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:22:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:22:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:22:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. 
Dec 20, 2019 8:23:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. 
Dec 20, 2019 8:23:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:09 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:11 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:12 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23: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 20, 2019 8:23:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23: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 20, 2019 8:23:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23: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 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:23:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:23: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=178
	locatorId=17
	identityHashCode=377358463
	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=178
	locatorId=17
	identityHashCode=377358463
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23: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=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292)
	at org.glassfish.jersey.server.ApplicationHandler.<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=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292)
	at org.glassfish.jersey.server.ApplicationHandler.<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=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292)
	at org.glassfish.jersey.server.ApplicationHandler.<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=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299)
	at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292)
	at org.glassfish.jersey.server.ApplicationHandler.<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 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23: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$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=1733520096
	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=1733520096
	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=1733520096
	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=1733520096
	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 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:21 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:23 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:23:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)

Dec 20, 2019 8:23:47 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary

Dec 20, 2019 8:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:23:48 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread main
1 > GET http://localhost:9998/
1 > custom_header: client/request

Dec 20, 2019 8:23:48 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)

Dec 20, 2019 8:23:48 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 200
1 < 001: First Header Value
1 < 002: Second Header Value
1 < 003: Third Header Value
1 < 004: Fourth Header Value
1 < 005: Fifth Header Value
1 < Content-Type: application/binary
1 < custom_header: container/response

Dec 20, 2019 8:23:48 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

Dec 20, 2019 8:23:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:23:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:56 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:23:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:23:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:24:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:24:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:24:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:24:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:24:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:24:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:24:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:24:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:24:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:24:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:25:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:25:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:25:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:25:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:26:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:26:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:26:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:26:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:26:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:26:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:26:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:53 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:26:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:26:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:26:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:26:57 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:26:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:26:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:26:59 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:26:59 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:26:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:04 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:27:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 20, 2019 8:27:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 20, 2019 8:27:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:27:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 20, 2019 8:27:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 20, 2019 8:27:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:27:21 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Dec 20, 2019 8:27:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:27:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:27:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:27:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:27:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:27:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:27:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:27:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:27:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:27:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:27:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:27:51 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:27:51 AM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders
WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored.
Dec 20, 2019 8:27:51 AM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders
WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored.
Dec 20, 2019 8:27:53 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

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

Dec 20, 2019 8:27:57 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:27:59 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:01 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:03 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:05 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:07 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:09 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:11 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:13 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:15 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:17 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:19 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:21 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:23 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:25 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:27 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:29 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:31 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:33 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:35 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:37 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:39 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:41 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:43 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:45 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:47 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:49 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:51 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:53 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

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

Dec 20, 2019 8:28:57 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:28:59 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:01 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:03 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:05 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:07 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:09 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:11 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:13 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:15 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:17 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:19 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:21 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:23 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:25 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:27 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

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

Dec 20, 2019 8:29:31 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:33 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:35 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:37 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:39 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:41 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:43 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:45 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:47 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:49 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:51 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 20, 2019 8:29:53 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 1 requests to finish...

Dec 20, 2019 8:29:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:29:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:29:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:29:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:29:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:07 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Dec 20, 2019 8:30:07 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Dec 20, 2019 8:30:07 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Dec 20, 2019 8:30:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 20, 2019 8:30:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 20, 2019 8:30:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 20, 2019 8:30:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:09 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 20, 2019 8:30:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:30:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:36 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 18 requests to finish...

Dec 20, 2019 8:30:38 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 1 requests to finish...

Dec 20, 2019 8:30:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:30:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:31:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31: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 20, 2019 8:31:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:31:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:31:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:31:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:31:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:31:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:31:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:31:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:31:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:31:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:31:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component.

Dec 20, 2019 8:31:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component.

Dec 20, 2019 8:31:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component.

Dec 20, 2019 8:31:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component.

Dec 20, 2019 8:31:23 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:31:23 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:31:23 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:31:23 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts  is ignored.
Dec 20, 2019 8:31:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:31:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:31:28 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 20, 2019 8:31:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:31:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:31:28 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 14 requests to finish...

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

Dec 20, 2019 8:32:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:32:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:32:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:32:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:32:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:32:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:32:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:52 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:32:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:32:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:32:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:32:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:32:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:32:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:32:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. 
Dec 20, 2019 8:33:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. 
Dec 20, 2019 8:33:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:33:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. 
Dec 20, 2019 8:33:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. 
Dec 20, 2019 8:33:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. 
Dec 20, 2019 8:33:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2.
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean.
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2.
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. 
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:33:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:33:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:33:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:33:15 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 20, 2019 8:33:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:33:15 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 19 requests to finish...

[Fatal Error] :1:17: XML document structures must start and end within the same entity.
Dec 20, 2019 8:33:17 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 1 requests to finish...

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

Dec 20, 2019 8:33:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:33:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:33:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:33:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:33:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:33:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:33:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:33:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:33:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:34:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject.
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:34:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:34:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:34:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:34:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 20, 2019 8:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 20, 2019 8:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 20, 2019 8:34:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 20, 2019 8:34:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Dec 20, 2019 8:34:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-101] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-102] Started.
Dec 20, 2019 8:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-103] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-104] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-105] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-106] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-107] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-108] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-109] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-110] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-111] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-112] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-113] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-114] Started.
Dec 20, 2019 8:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-115] Started.
Dec 20, 2019 8:34:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-116] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-117] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-118] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-119] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-120] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-121] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-122] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-123] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-124] Started.
Dec 20, 2019 8:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-125] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-126] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-127] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-128] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-129] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-130] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-131] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-132] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-133] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-134] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-135] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-136] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-137] Started.
Dec 20, 2019 8:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-138] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-139] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-140] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-141] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-142] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-143] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-144] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-145] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-146] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-147] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-148] Started.
Dec 20, 2019 8:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-149] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-150] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-151] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-152] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-153] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-154] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-155] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-156] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-157] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-158] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply
SEVERE: Expected: {"property":null}
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply
SEVERE: Actual:   {}
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-159] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-160] Started.
Dec 20, 2019 8:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-161] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-162] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-163] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-164] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-165] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-166] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-167] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-168] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-169] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-170] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-171] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-172] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-173] Started.
Dec 20, 2019 8:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:34:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:34:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:34:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:34:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:34:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:34:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:34:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:34:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:35:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:35:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 20, 2019 8:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 20, 2019 8:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 20, 2019 8:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 20, 2019 8:35:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 20, 2019 8:35:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 1
java.lang.IllegalStateException: Thread pool executor provider has been closed.
	at org.glassfish.jersey.spi.AbstractThreadPoolProvider.getExecutor(AbstractThreadPoolProvider.java:100)
	at org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider.getExecutorService(ScheduledThreadPoolExecutorProvider.java:71)
	at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:262)
	at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:252)
	at org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge.provide(InstanceSupplierFactoryBridge.java:53)
	at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:145)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.client.ClientRuntime.lambda$new$2(ClientRuntime.java:125)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientRuntime.schedule(ClientRuntime.java:210)
	at org.glassfish.jersey.media.sse.internal.EventProcessor.scheduleReconnect(EventProcessor.java:285)
	at org.glassfish.jersey.media.sse.internal.EventProcessor.run(EventProcessor.java:177)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Dec 20, 2019 8:35:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:35:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:24 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@37926d3e] from custom-executor-thread-1
Dec 20, 2019 8:35:24 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0
INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0
Dec 20, 2019 8:35:24 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@755a9ce8] from custom-executor-thread-1
Dec 20, 2019 8:35:24 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0
INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0
Dec 20, 2019 8:35:24 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close
INFO: onComplete called from custom-executor-thread-1
Dec 20, 2019 8:35:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:35:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:35:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:35:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:35:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:52 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:35:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:56 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (Final)
Dec 20, 2019 8:35:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 27a415c1-51a4-4e22-9637-05f8d23e7db7 initialized
Dec 20, 2019 8:35:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:35: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 20, 2019 8:35:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9fd9d38-4818-4287-aa5a-103e7c1c326f initialized
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 27a415c1-51a4-4e22-9637-05f8d23e7db7 shut down
Dec 20, 2019 8:35:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9fd9d38-4818-4287-aa5a-103e7c1c326f shut down
Dec 20, 2019 8:35:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:35:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5efc4e7-c770-473a-aaa7-d763aeb60198 initialized
Dec 20, 2019 8:35:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:35:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:35:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 88b8e8f9-bf24-42b9-b264-b56319a6a618 initialized
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5efc4e7-c770-473a-aaa7-d763aeb60198 shut down
Dec 20, 2019 8:35:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 88b8e8f9-bf24-42b9-b264-b56319a6a618 shut down
Dec 20, 2019 8:35:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9d9e401b-4abf-4a56-b6c3-8189e56cdcca initialized
Dec 20, 2019 8:35:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06a440de-7c1c-4457-a11b-153a13f2ff5e initialized
Dec 20, 2019 8:35:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 73e5d453-9fdd-4768-8cda-c221be88813f initialized
Dec 20, 2019 8:35:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3002a1d2-b048-4d99-ade8-6406ceb9a203 initialized
Dec 20, 2019 8:35:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e9ff894-0fcc-4634-ad70-154607eebbbd initialized
Dec 20, 2019 8:35:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80701023-784a-4968-a9ed-e912510f5912 initialized
Dec 20, 2019 8:35:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:35:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c464d9d5-85a7-427d-bd99-4e33f21254e5 initialized
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bad8f603-331a-47ca-8f98-6b4027a411d5 initialized
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cbded914-766f-4620-ba67-8b2bc61356c5 initialized
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd2a52a2-6b91-4a67-afcc-51d3d54c35e9 initialized
Dec 20, 2019 8:36:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f4b89028-19f6-4d00-83a2-c1ae2f61ba70 initialized
Dec 20, 2019 8:36:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b08f3af-9888-424b-9435-74f1290f1e3e initialized
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f4b89028-19f6-4d00-83a2-c1ae2f61ba70 shut down
Dec 20, 2019 8:36:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b08f3af-9888-424b-9435-74f1290f1e3e shut down
Dec 20, 2019 8:36:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2596a38-1993-441a-8cdb-426b903062bf initialized
Dec 20, 2019 8:36:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d6a1a45-4e01-48d9-a067-8c6434b28358 initialized
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2596a38-1993-441a-8cdb-426b903062bf shut down
Dec 20, 2019 8:36:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d6a1a45-4e01-48d9-a067-8c6434b28358 shut down
Dec 20, 2019 8:36:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3fba755-b344-46e9-8fcb-666ab527e8a0 initialized
Dec 20, 2019 8:36:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:36:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2c0d961-d28e-4c22-8a44-873825424c1a initialized
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3fba755-b344-46e9-8fcb-666ab527e8a0 shut down
Dec 20, 2019 8:36:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2c0d961-d28e-4c22-8a44-873825424c1a shut down
Dec 20, 2019 8:36:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:36:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:36:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:39 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance.

Dec 20, 2019 8:36:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:36:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:36:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:36:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:36:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:36:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:36:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:37:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:09 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:37:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:37:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:37:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:37:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:37:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:37:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:38:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:38:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:38:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:38:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:38:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:38:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:20 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

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

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

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

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

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

Dec 20, 2019 8:38:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:38:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:38:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:31 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:35 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:38:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:38:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:38:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:38:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure
WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics.
Dec 20, 2019 8:38:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:38:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:38:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:38:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:38:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:38:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:38:56 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:22 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
javax.ws.rs.WebApplicationException: WAE with entity
	at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 20, 2019 8:39:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
javax.ws.rs.WebApplicationException: WAE without entity
	at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 20, 2019 8:39:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:39:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:39:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:39:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:39:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:39:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:39:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:39:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:39:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 20, 2019 8:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 20, 2019 8:39:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:39:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:39:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:39:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:39:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 20, 2019 8:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:09 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:40:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:40:10 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse
WARNING: Unexpected Bean Validation problem.
javax.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method.
	at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162)
	at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116)
	at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99)
	at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Dec 20, 2019 8:40:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:40:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:40:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:40:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:40:11 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse
WARNING: Unexpected Bean Validation problem.
javax.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method.
	at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162)
	at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116)
	at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99)
	at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

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

Dec 20, 2019 8:41:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:41:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:12 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:13 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:41:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
	at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:205)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found
	at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88)
	at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	... 37 more
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73)
	at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:41:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:41:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:41:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:44 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:638)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:860)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:892)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:848)
	at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:381)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:819)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:814)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Connection is closed
	at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:441)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:663)
	at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:59)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:93)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeTo(AbstractMessageReaderWriterProvider.java:56)
	at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82)
	at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 39 more
Caused by: java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:125)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:64)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:105)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:82)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:236)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:145)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:102)
	at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:167)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:87)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:866)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:834)
	at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1068)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:695)
	... 52 more

Dec 20, 2019 8:41:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41: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 20, 2019 8:41:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:50 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 17 requests to finish...

Dec 20, 2019 8:41:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:41:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:56 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:41:58 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:58 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:41:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:41:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:42:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:42:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:42:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:42:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:42:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 14 requests to finish...

Dec 20, 2019 8:42:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:42:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:42:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:42:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:42:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:42:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:42:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:42:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:42:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:42:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:22 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:42:22 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:42:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:42:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 20, 2019 8:42:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:42:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:42:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:42:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:42:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

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

Dec 20, 2019 8:43:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:43:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:43:43 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:638)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248)
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 19 more

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

Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:43:45 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType.
Dec 20, 2019 8:43:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:43:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:43:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:43:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:43:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:43:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:43:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:43:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:43:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:43:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41275]
Dec 20, 2019 8:44:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:44:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:41275/
Dec 20, 2019 8:44:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41275]
Dec 20, 2019 8:44:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45124]
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41251]
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36101]
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34598]
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44875]
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:44:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:41251/
Dec 20, 2019 8:44:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:45124/
Dec 20, 2019 8:44:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:34598/
Dec 20, 2019 8:44:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:44:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:36101/
Dec 20, 2019 8:44:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:44875/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45124]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36101]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41251]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44875]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34598]
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35644]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:35644/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38503]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40550]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38503/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40550/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42007]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42007/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39123]
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39123/
Dec 20, 2019 8:44:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35644]
Dec 20, 2019 8:44:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40550]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38503]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39123]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42007]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33338]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:33338/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46423]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:46423/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46223]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:46223/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33338]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46423]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46223]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38570]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38570/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34943]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33505]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39517]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39160]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:34943/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:33505/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39160/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39517/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38570]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34943]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33505]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39517]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39160]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39126]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39126/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38750]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38750/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41184]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45808]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39370]
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39370/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:41184/
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:45808/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39126]
Dec 20, 2019 8:44:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38750]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41184]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39370]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45808]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34973]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:34973/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37851]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46144]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37851/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:46144/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34973]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37851]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46144]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35350]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39584]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38300]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39121]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46068]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:46068/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38300/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:35350/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39584/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39121/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46068]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35350]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38300]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39584]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39121]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41424]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:41424/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42330]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42330/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:32833]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35187]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36891]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:32833/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:35187/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:36891/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41424]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35187]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36891]
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42330]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:32833]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36252]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:36252/
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44395]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40222]
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40222/
Dec 20, 2019 8:44:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:44395/
Dec 20, 2019 8:44:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36252]
Dec 20, 2019 8:44:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40222]
Dec 20, 2019 8:44:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44395]
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:44:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:44:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:44:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:44:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:45 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 20, 2019 8:44:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:45 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 20, 2019 8:44:45 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 20, 2019 8:44:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:44:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:44:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:44:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:44:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:44:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:44:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:57 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.3 (Final)
Dec 20, 2019 8:44:57 AM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/integration/cdi-integration/cdi-manually-bound/target/classes/META-INF/beans.xml@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'.
Dec 20, 2019 8:44: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 20, 2019 8:44:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aa56c947-a851-46ee-b0cc-fb7fa966344c initialized
Dec 20, 2019 8:44:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aa56c947-a851-46ee-b0cc-fb7fa966344c shut down
Dec 20, 2019 8:44:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:44:59 AM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/integration/cdi-integration/cdi-manually-bound/target/classes/META-INF/beans.xml@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'.
Dec 20, 2019 8: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 20, 2019 8:44:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 36e4f3c0-b679-4cdf-b9e8-a3803a28763a initialized
Dec 20, 2019 8:44:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:44:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:44:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 36e4f3c0-b679-4cdf-b9e8-a3803a28763a shut down
Dec 20, 2019 8:44:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:01 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 20, 2019 8: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 20, 2019 8:45:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:45:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:45:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:09 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 20, 2019 8:45:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:09 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 20, 2019 8:45:09 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 20, 2019 8:45:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:11 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:11 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@62b1cad1
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@67688b95
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@5fbd5918
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@62b1cad1
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5b238445
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5b238445; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@60a41d45; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@60a41d45
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5b238445
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5087821d
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5087821d
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@16f5386d
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@669c7f5c
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@6e82d711
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@16f5386d
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@357e0274
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@357e0274; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7f1b5746; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7f1b5746
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@357e0274
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5e3518e2
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5e3518e2
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@6e012e04; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4e72f762; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4e72f762
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@6e012e04; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4e72f762; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4e72f762
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@6e012e04
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3d1e8b23; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@74c44041; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@74c44041
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3d1e8b23; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@74c44041; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@74c44041
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3d1e8b23
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7f510dd6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1f4c1c9d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1f4c1c9d
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7f510dd6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1f4c1c9d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1f4c1c9d
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7f510dd6
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7e48f10e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5bbc2705; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5bbc2705
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7e48f10e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5bbc2705; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5bbc2705
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@7e48f10e
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 20, 2019 8:45:16 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3fd772c4; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a9b95b8; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a9b95b8
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3fd772c4; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a9b95b8; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a9b95b8
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3fd772c4
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@275617b5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a271fd1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a271fd1
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@275617b5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a271fd1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5a271fd1
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@275617b5
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@32f07330; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2515a640; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2515a640
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@32f07330; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2515a640; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2515a640
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@32f07330
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@17e17775; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6db119cb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6db119cb
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@17e17775; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6db119cb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6db119cb
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@17e17775
Dec 20, 2019 8:45:18 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1f6d5063; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@16600628; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@16600628
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1f6d5063; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@16600628; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@16600628
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1f6d5063
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@269cfa04; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@49a6b6c6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@49a6b6c6
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@269cfa04; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@49a6b6c6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@49a6b6c6
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@269cfa04
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@29dee3f9; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70a6da5a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70a6da5a
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@29dee3f9; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70a6da5a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70a6da5a
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@29dee3f9
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7d568f02; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@38bc48c5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@38bc48c5
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7d568f02; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@38bc48c5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@38bc48c5
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7d568f02
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@57a76188
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3f095465
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@6a41caa
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@240dffc8
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@57a76188
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4b66df0a
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5ba5d5f4
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4b66df0a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1a797b89; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1a797b89; provider: @Default Instance<JCDIBeanExceptionMapper>; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5ba5d5f4
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4b66df0a
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@276f42b
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@276f42b
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@46e8d9f4
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@6020c2c2
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3e1992b3
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@576382fb
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@46e8d9f4
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4d7c9aa
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@30439973
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4d7c9aa; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5587c479; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5587c479; provider: @Default Instance<JCDIBeanExceptionMapper>; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@30439973
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4d7c9aa
Dec 20, 2019 8:45:20 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:45:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. 
Dec 20, 2019 8:45:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. 
Dec 20, 2019 8:45:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 20, 2019 8:45:21 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1f2f51e2
Dec 20, 2019 8:45:21 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1f2f51e2
Dec 20, 2019 8:45:21 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:45:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:45:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:45:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:45:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:45:35 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 20, 2019 8:45:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:45:35 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 20, 2019 8:45:35 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 20, 2019 8:45:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:45:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:45:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:45:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables will be ignored. 
Dec 20, 2019 8:45:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:45:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:45:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:45:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:45:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:45:52 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=exception/nullpointerexception, type=class java.lang.NullPointerException, genericType=class java.lang.NullPointerException.
Dec 20, 2019 8:45:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:45:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:45:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:00 AM org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide createMimeConfig
WARNING: Cannot create temporary files. Multipart attachments will be limited to "8,192" bytes.
java.io.IOException: No such file or directory
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createTempFile(File.java:2024)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.createMimeConfig(MultiPartReaderClientSide.java:119)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.<init>(MultiPartReaderClientSide.java:101)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.<init>(MultiPartReaderServerSide.java:57)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356)
	at org.jvnet.hk2.internal.ClazzCreator.createMe(ClazzCreator.java:248)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:342)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.lambda$getAllServiceHolders$0(AbstractHk2InjectionManager.java:136)
	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
	at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:140)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307)
	at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:219)
	at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.servlet.WebComponent.<init>(WebComponent.java:311)
	at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154)
	at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:347)
	at javax.servlet.GenericServlet.init(GenericServlet.java:244)
	at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:519)
	at org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:331)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:747)
	at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265)
	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
	at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492)
	at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
	at org.eclipse.jetty.server.Server.doStart(Server.java:277)
	at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
	at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
	at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)

Dec 20, 2019 8:46:01 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:01 AM org.jvnet.mimepull.TempFiles createTempFile
SEVERE: Exception caught
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jvnet.mimepull.TempFiles.createTempFile(TempFiles.java:106)
	at org.jvnet.mimepull.MemoryData.createNext(MemoryData.java:66)
	at org.jvnet.mimepull.Chunk.createNext(Chunk.java:34)
	at org.jvnet.mimepull.DataHead.addBody(DataHead.java:57)
	at org.jvnet.mimepull.MIMEPart.addBody(MIMEPart.java:214)
	at org.jvnet.mimepull.MIMEMessage.makeProgress(MIMEMessage.java:241)
	at org.jvnet.mimepull.MIMEMessage.parseAll(MIMEMessage.java:160)
	at org.jvnet.mimepull.MIMEMessage.getAttachments(MIMEMessage.java:86)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.getMimeParts(MultiPartReaderClientSide.java:248)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart(MultiPartReaderClientSide.java:207)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart(MultiPartReaderServerSide.java:67)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:159)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:69)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:233)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:212)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49)
	at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:877)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:811)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:237)
	at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$ValueProvider.getEntity(FormDataParamValueParamProvider.java:84)
	at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply(FormDataParamValueParamProvider.java:235)
	at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply(FormDataParamValueParamProvider.java:222)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.nio.file.NoSuchFileException: /non-existent-directory/MIME4594296969440219063.tmp
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.createFile(Files.java:632)
	at java.nio.file.TempFileHelper.create(TempFileHelper.java:138)
	at java.nio.file.TempFileHelper.createTempFile(TempFileHelper.java:161)
	at java.nio.file.Files.createTempFile(Files.java:852)
	... 76 more

Dec 20, 2019 8:46:01 AM org.jvnet.mimepull.TempFiles createTempFile
WARNING: Error invoking java.nio API, temp file (path: /non-existent-directory, prefix:MIME, suffix:null) being created using old java.io API.
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:18 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:32 AM org.glassfish.jersey.tests.integration.jersey2167.Issue2167Resource doA
INFO: Resource method doA() called at 1576831592978; param=injected timestamp=1576831592977
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:35 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 20, 2019 8:46:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:46:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:46:59 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/defaut contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/defaut?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/enabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/enabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:07 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:09 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:47:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:47:22 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:23 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:47:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:38 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:41 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:43 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:45 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:49 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:47:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:47:59 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:48:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:48:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:48:08 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 20, 2019 8:48:08 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Dec 20, 2019 8:48:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:48:08 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 20, 2019 8:48:08 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 20, 2019 8:48:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:48:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 20, 2019 8:48:09 AM org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider bind
WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:48:09 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources
WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored.
Dec 20, 2019 8:48:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:48:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:48:10 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 20, 2019 8:48:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:48:11 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 20, 2019 8:48:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:48:12 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 20, 2019 8:48:12 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 20, 2019 8:48:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:48:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:48:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:48:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:48:19 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.3 10/24/2016 03:43 PM'
Dec 20, 2019 8:48:19 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.glassfish.jersey.tests.integration.portability
Dec 20, 2019 8:48:19 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.glassfish.jersey.tests.integration.portability.HelloWorldResource
Dec 20, 2019 8:48:19 AM com.sun.jersey.api.core.ScanningResourceConfig init
INFO: No provider classes found.
Dec 20, 2019 8:48:19 AM com.sun.jersey.server.impl.application.DeferredResourceConfig$ApplicationHolder <init>
INFO: Instantiated the Application class org.glassfish.jersey.tests.integration.portability.Jersey1Application
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:48:23 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:25 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Null identity service, trying login service: org.eclipse.jetty.security.DefaultIdentityService@6c418b9
Finding identity service: org.eclipse.jetty.security.DefaultIdentityService@6c418b9
LoginService=HashLoginService[my-realm] identityService=org.eclipse.jetty.security.DefaultIdentityService@6c418b9
Dec 20, 2019 8:48:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:48:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:48:33 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 20, 2019 8:49:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:35 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:35 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:38 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:41 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:45 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:47 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:49:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:49:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:50 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:49:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:53 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:49:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:49:56 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:49:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:00 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:50:01 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:06 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:50:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:10 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:50:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:13 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:18 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:20 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:20 AM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncServlet
INFO: GET response for message 0: 200 : "Hello Async World!"
GET response for message 1: 200 : "Hello Async World!"
GET response for message 2: 200 : "Hello Async World!"
GET response for message 3: 200 : "Hello Async World!"
GET response for message 4: 200 : "Hello Async World!"
GET response for message 5: 200 : "Hello Async World!"
GET response for message 6: 200 : "Hello Async World!"
GET response for message 7: 200 : "Hello Async World!"
GET response for message 8: 200 : "Hello Async World!"
GET response for message 9: 200 : "Hello Async World!"
GET response for message 10: 200 : "Hello Async World!"
GET response for message 11: 200 : "Hello Async World!"
GET response for message 12: 200 : "Hello Async World!"
GET response for message 13: 200 : "Hello Async World!"
GET response for message 14: 200 : "Hello Async World!"
GET response for message 15: 200 : "Hello Async World!"
GET response for message 16: 200 : "Hello Async World!"
GET response for message 17: 200 : "Hello Async World!"
GET response for message 18: 200 : "Hello Async World!"
GET response for message 19: 200 : "Hello Async World!"
GET response for message 20: 200 : "Hello Async World!"
GET response for message 21: 200 : "Hello Async World!"
GET response for message 22: 200 : "Hello Async World!"
GET response for message 23: 200 : "Hello Async World!"
GET response for message 24: 200 : "Hello Async World!"
GET response for message 25: 200 : "Hello Async World!"
GET response for message 26: 200 : "Hello Async World!"
GET response for message 27: 200 : "Hello Async World!"
GET response for message 28: 200 : "Hello Async World!"
GET response for message 29: 200 : "Hello Async World!"
GET response for message 30: 200 : "Hello Async World!"
GET response for message 31: 200 : "Hello Async World!"
GET response for message 32: 200 : "Hello Async World!"
GET response for message 33: 200 : "Hello Async World!"
GET response for message 34: 200 : "Hello Async World!"
GET response for message 35: 200 : "Hello Async World!"
GET response for message 36: 200 : "Hello Async World!"
GET response for message 37: 200 : "Hello Async World!"
GET response for message 38: 200 : "Hello Async World!"
GET response for message 39: 200 : "Hello Async World!"
GET response for message 40: 200 : "Hello Async World!"
GET response for message 41: 200 : "Hello Async World!"
GET response for message 42: 200 : "Hello Async World!"
GET response for message 43: 200 : "Hello Async World!"
GET response for message 44: 200 : "Hello Async World!"
GET response for message 45: 200 : "Hello Async World!"
GET response for message 46: 200 : "Hello Async World!"
GET response for message 47: 200 : "Hello Async World!"
GET response for message 48: 200 : "Hello Async World!"
GET response for message 49: 200 : "Hello Async World!"

Dec 20, 2019 8:50:20 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:20 AM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncRequestCanceling
INFO: POST response for message 0: Canceled 2 by POST 0
POST response for message 1: Canceled 6 by POST 1
POST response for message 2: Canceled 0 by POST 2
POST response for message 3: Canceled 8 by POST 3
POST response for message 4: Canceled 7 by POST 4
POST response for message 5: Canceled 5 by POST 5
POST response for message 6: Canceled 4 by POST 6
POST response for message 7: Canceled 3 by POST 7
POST response for message 8: Canceled 9 by POST 8
POST response for message 9: Canceled 1 by POST 9

GET response for message 0: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 1: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 2: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 3: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 4: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 5: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 6: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 7: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 8: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 9: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>


Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:50:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Dec 20, 2019 8:50:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Dec 20, 2019 8:50:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Dec 20, 2019 8:50:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:33 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:38 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:41 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:41 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:50:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:50:59 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:51:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:51:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:51:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:13 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:51:18 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:51:23 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:23 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:23 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:26 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:51:26 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:51:26 AM org.glassfish.jersey.internal.util.ExtendedLogger warning
WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work.
Dec 20, 2019 8:51:27 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:27 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Dec 20, 2019 8:51:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:30 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption/encoding contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:51:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:32 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:36 AM org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
Dec 20, 2019 8:51:36 AM org.springframework.web.context.support.XmlWebApplicationContext prepareRefresh
INFO: Refreshing Root WebApplicationContext: startup date [Fri Dec 20 08:51:36 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:51:36 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [applicationContext.xml]
Dec 20, 2019 8:51:37 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 20, 2019 8:51:37 AM org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 749 ms
Dec 20, 2019 8:51:38 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:41 AM org.springframework.web.context.support.XmlWebApplicationContext doClose
INFO: Closing Root WebApplicationContext: startup date [Fri Dec 20 08:51:36 GMT 2019]; root of context hierarchy
Dec 20, 2019 8:51:46 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:46 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:46 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:51:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Null identity service, trying login service: null
Finding identity service: null
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.internal.ServiceFinder] Running in a non-OSGi environment
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
INFO    [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
CONFIG  [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
CONFIG  [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.integration.config.MyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.integration.config.MyResource will be ignored. 
Dec 20, 2019 8:52:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:52:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Null identity service, trying login service: null
Finding identity service: null
Dec 20, 2019 8:52:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 20, 2019 8:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:52:32 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.3 (Final)
Dec 20, 2019 8:52:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:37 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Dec 20, 2019 8:52:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:52:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dec 20, 2019 8:52:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:52:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:14 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasConversationScopeTest$MyConversationScopedApi is annotated with @ConversationScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Dec 20, 2019 8:53:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:16 AM org.jboss.weld.logging.ValidatorLogger lambda$static$6
WARN: WELD-001478: Interceptor class org.eclipse.microprofile.rest.client.tck.interfaces.LoggableInterceptor is enabled for the application and for the bean archive CDIInterceptorTest.war. It will only be invoked in the @Priority part of the chain.
Dec 20, 2019 8:53:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:16 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasSessionScopeTest$MySessionScopedApi is annotated with @SessionScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Dec 20, 2019 8:53:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasAppScopeTest$MyAppScopedApi is annotated with @ApplicationScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Dec 20, 2019 8:53:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:30 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported.

Dec 20, 2019 8:53:30 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported.

Dec 20, 2019 8:53:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface
INFO: testProducesConsumesAnnotationOnInterface @Produce(text/html) @Consume(text/plain)
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface
INFO: testProducesConsumesAnnotationOnInterfaceSent-Accept: text/html
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface
INFO: testProducesConsumesAnnotationOnInterfaceSent-ContentType: text/plain
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/json) @Consume(application/xml)
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/json
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/xml
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/xml) @Consume(application/json)
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/xml
Dec 20, 2019 8:53:32 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/json
Dec 20, 2019 8:53:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:53:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Dec 20, 2019 8:53:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 20, 2019 8:54:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:54:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:54:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 20, 2019 8:54:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:54:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 20, 2019 8:54:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 20, 2019 8:54:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/helloworld-webapp
Dec 20, 2019 8:54:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 20, 2019 8:54:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:54:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.3/pax-logging-api-1.8.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:00 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored
WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 20, 2019 8:55: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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored
WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Dec 20, 2019 8:55:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 20, 2019 8:55:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 20, 2019 8:55:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE