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-vgnbh is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-vgnbh" 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-vgnbh" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-vgnbh" - 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-vgnbh in /home/jenkins/agent/workspace/Jersey_master_build_pipeline [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Fetch from git) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] git using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/Jersey_master_build_pipeline # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* > 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/* Checking out Revision 29913b90f63a29bfdd35bf465c553e07b0a6c99c (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29913b90f63a29bfdd35bf465c553e07b0a6c99c Commit message: "Prevent HK2 AbstractBinder from being configured twice. Revert the change that introduced BinderConfigurationFactory SPI. Added possibility to register HK2 AbstractBinder class along with the instance option." > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 29913b90f63a29bfdd35bf465c553e07b0a6c99c > git rev-list --no-walk 51abc78ecf8e67bbb53dff821e95f66d0e981ae6 # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Nightly Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + cp -a /home/jenkins/.m2/settings.xml settings.xml + cp -a /home/jenkins/.m2/settings-security.xml settings-security.xml + sed -i 's|https://repo.eclipse.org/content/repositories/maven_central/|https://repo1.maven.org/maven2/|g' settings.xml [Pipeline] sh + mvn -V -B -q '-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' clean install -s settings.xml '-Dmaven.multiModuleProjectDirectory=/opt/tools/apache-maven/latest' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.7.1.el7.x86_64", arch: "amd64", family: "unix" [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release @sun.misc.Contended ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe(); ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release static sun.misc.Unsafe getUnsafe() { ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release return java.security.AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class 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 17, 2019 7:07:46 PM 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 17, 2019 7:07:46 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Dec 17, 2019 7:07:46 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Dec 17, 2019 7:07:46 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Dec 17, 2019 7:07:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,447718425) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 17, 2019 7:07:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1781241150) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 17, 2019 7:07:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1431530910) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 17, 2019 7:08:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=70 locatorId=0 identityHashCode=1689985991 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 17, 2019 7:08:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=70 locatorId=0 identityHashCode=1689985991 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 17, 2019 7:08:00 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. Dec 17, 2019 7:08:01 PM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith WARNING: ClientRequestContext#abortWith has been utilized multiple times. Dec 17, 2019 7:08:01 PM 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 17, 2019 7:08:02 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Dec 17, 2019 7:08:02 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Dec 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:02 PM 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 17, 2019 7:08:24 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 17, 2019 7:08:24 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 17, 2019 7:08:24 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM 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 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM 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 17, 2019 7:08:42 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 17, 2019 7:08:42 PM 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 17, 2019 7:08:43 PM 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 17, 2019 7:08:43 PM 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 17, 2019 7:08:53 PM 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 17, 2019 7:08:53 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:155) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [afromString, fromString, bfromString] Dec 17, 2019 7:09:07 PM 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.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() 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. ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 Dec 17, 2019 7:09:09 PM 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 17, 2019 7:09:09 PM 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 17, 2019 7:09:10 PM 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 17, 2019 7:09:10 PM 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 17, 2019 7:09:10 PM 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 17, 2019 7:09:10 PM 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 17, 2019 7:09:11 PM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo one Dec 17, 2019 7:09:11 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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@4363e44]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$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 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: 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 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> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List>) is not resolvable to a concrete type. WARNING: Parameter fieldV of type java.util.Collection from java.util.Collection org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.fieldV is not resolvable to a concrete type. WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMReturningVoid.getSRMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$ResourceMethodWithVoidReturnType.error(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and 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. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching path pattern /test. Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Dec 17, 2019 7:09:13 PM 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@6ea36b59]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Dec 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Dec 17, 2019 7:09:13 PM 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 17, 2019 7:09:13 PM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid INFO: An issue should NOT be reported if a async get method returns void: template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? Dec 17, 2019 7:09:14 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test. Dec 17, 2019 7:09:14 PM 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 17, 2019 7:09:14 PM 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 17, 2019 7:09:14 PM 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.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.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$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. 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. Dec 17, 2019 7:09:14 PM 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 17, 2019 7:09:14 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() at matching path pattern /test2. Dec 17, 2019 7:09:14 PM 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 17, 2019 7:09:14 PM 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 17, 2019 7:09:11 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:15 PM 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 17, 2019 7:09:16 PM 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 17, 2019 7:09:16 PM 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 17, 2019 7:09:16 PM 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 17, 2019 7:09:16 PM 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 17, 2019 7:09:17 PM 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 17, 2019 7:09:17 PM 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 17, 2019 7:09:17 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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@498f62f3, 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@498f62f3], parentResource=, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child. [] Dec 17, 2019 7:09:17 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:18 PM 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 17, 2019 7:09:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:32 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44307] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:44307/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44307] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:33 PM 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 17, 2019 7:09:33 PM 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 17, 2019 7:09:33 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Dec 17, 2019 7:09:34 PM 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 17, 2019 7:09:34 PM 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 17, 2019 7:09:34 PM 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 17, 2019 7:09:34 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41255] Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:09:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41255/ Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41255] Dec 17, 2019 7:09:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:09:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:09:39 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Dec 17, 2019 7:09:39 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Dec 17, 2019 7:09:40 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 17, 2019 7:09:40 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 17, 2019 7:09:40 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Dec 17, 2019 7:09:41 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 17, 2019 7:09:41 PM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Dec 17, 2019 7:09:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:09:41 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM 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 17, 2019 7:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:09:44 PM org.glassfish.jersey.apache.connector.ApacheConnector WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. CustomLoggingFilter.preFilter called Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. CustomLoggingFilter.preFilter called Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. CustomLoggingFilter.preFilter called Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-0 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 200 1 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-0 2 < 200 2 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-3 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-3 7 < 200 7 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-2 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-2 8 < 200 8 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-3 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-3 11 < 200 11 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-2 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-2 12 < 200 12 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-3 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-3 15 < 200 15 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-2 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-2 16 < 200 16 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-3 19 > GET http://localhost:9998/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:9998 19 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-3 19 < 200 19 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-2 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 17, 2019 7:09:44 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-2 20 < 200 20 < Content-Type: text/plain Hello World! Dec 17, 2019 7:09:44 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 140 Dec 17, 2019 7:09:44 PM 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 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. CustomLoggingFilter.preFilter called Dec 17, 2019 7:09:45 PM 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 17, 2019 7:09:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. CustomLoggingFilter.preFilter called Dec 17, 2019 7:09:45 PM 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 17, 2019 7:09:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:09:45 PM 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 17, 2019 7:09:45 PM 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 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:09:45 PM 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 17, 2019 7:09:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Dec 17, 2019 7:09:45 PM 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 17, 2019 7:09:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:09:46 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:09:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:09:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 17, 2019 7:09:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Dec 17, 2019 7:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM 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 17, 2019 7:09:54 PM 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 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Dec 17, 2019 7:09:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Dec 17, 2019 7:09:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Dec 17, 2019 7:09:56 PM 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 17, 2019 7:09:56 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:9998 Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Dec 17, 2019 7:09:56 PM 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 17, 2019 7:09:56 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:9998 Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Dec 17, 2019 7:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Dec 17, 2019 7:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:10:00 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. Dec 17, 2019 7:10:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:03 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:03 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:03 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:07 PM 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 17, 2019 7:10:07 PM 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 17, 2019 7:10:07 PM 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 17, 2019 7:10:07 PM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https contxt created Dec 17, 2019 7:10:07 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Dec 17, 2019 7:10:07 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:10 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:10 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:14 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:14 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:17 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:17 PM 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 17, 2019 7:10:24 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:28 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Dec 17, 2019 7:10:29 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:42927/ Dec 17, 2019 7:10:34 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:34 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:35 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:35 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:35 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:35 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:35 PM 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 17, 2019 7:10:35 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:35 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:36 PM 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 17, 2019 7:10:36 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-150): EXECUTE_ACTION -> 16 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-150): ACCEPT Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ -> 199 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ_HEADER Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ -> 0 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ -> 0 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): REQUEST_READY Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): DISPATCH_REQUEST Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): WRITE_BUFFER -> 69 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): WRITE -> 69 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): RESPONSE_FINISHED Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): DISPATCH_FINISHED Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-155): READ -> 0 Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-155): READ_WAIT Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-148): SELECT Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-148): REGISTER_READ_INTEREST Dec 17, 2019 7:10:36 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-148): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:9998] (ActionDistributor: Thread-160): EXECUTE_ACTION -> 16 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-160): ACCEPT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:37 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:38 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:39 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:40 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-163): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-165): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-166): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-168): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-169): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-171): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 159 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ_HEADER Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-172): REQUEST_READY Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): WRITE -> 110 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ -> 0 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestReader: Thread-174): READ_WAIT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): SELECT Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST Dec 17, 2019 7:10:41 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:49838] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1 Dec 17, 2019 7:10:41 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:41 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:41 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:41 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:46 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:46 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:50 PM 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 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:50 PM 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 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 17, 2019 7:10:50 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 17, 2019 7:10:52 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:10:53 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Dec 17, 2019 7:10:53 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:37412/ 2019-12-17 19:10:55.952:INFO::main: Logging initialized @776ms to org.eclipse.jetty.util.log.StdErrLog 2019-12-17 19:10:57.081: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-17 19:10:57.153:INFO:oejs.AbstractConnector:main: Started ServerConnector@6a4f1a55{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:57.154:INFO:oejs.Server:main: Started @1978ms Dec 17, 2019 7:10:57 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:10:57.582:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6a4f1a55{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:10:57 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:10:57.679: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-17 19:10:57.714:INFO:oejs.AbstractConnector:main: Started ServerConnector@336f1079{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:57.714:INFO:oejs.Server:main: Started @2538ms Dec 17, 2019 7:10:57 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:10:57.870:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@336f1079{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:10:57 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:10:58.019: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-17 19:10:58.021:INFO:oejs.AbstractConnector:main: Started ServerConnector@19553973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:58.022:INFO:oejs.Server:main: Started @2846ms Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:10:58.122:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@19553973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:10:58.213: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-17 19:10:58.215:INFO:oejs.AbstractConnector:main: Started ServerConnector@78fb9a67{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:58.216:INFO:oejs.Server:main: Started @3040ms Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:10:58.253:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@78fb9a67{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:10:58.334: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-17 19:10:58.336:INFO:oejs.AbstractConnector:main: Started ServerConnector@54361a9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:58.336:INFO:oejs.Server:main: Started @3160ms Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:10:58.367:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@54361a9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:10:58.458:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:10:58.460:INFO:oejs.AbstractConnector:main: Started ServerConnector@1a15b789{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:58.460:INFO:oejs.Server:main: Started @3284ms Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:10:58.524:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1a15b789{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:10:58.573:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:10:58.575:INFO:oejs.AbstractConnector:main: Started ServerConnector@22175d4f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:10:58.576:INFO:oejs.Server:main: Started @3400ms Dec 17, 2019 7:10:58 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:11:03.670:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@22175d4f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:11:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-17 19:11:03.736: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-17 19:11:03.738:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d6f623d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:11:03.739:INFO:oejs.Server:main: Started @8563ms Dec 17, 2019 7:11:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-17 19:11:06.781:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d6f623d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:11:06 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Dec 17, 2019 7:11:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:11:08.375:INFO::main: Logging initialized @602ms to org.eclipse.jetty.util.log.StdErrLog 2019-12-17 19:11:09.156: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-17 19:11:09.203:INFO:oejs.AbstractConnector:main: Started ServerConnector@9816741{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:11:09.203:INFO:oejs.Server:main: Started @1430ms 2019-12-17 19:11:09.550:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@9816741{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:11:09 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:11:09.671: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-17 19:11:09.673:INFO:oejs.AbstractConnector:main: Started ServerConnector@2631f68c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:11:09.674:INFO:oejs.Server:main: Started @1901ms 2019-12-17 19:11:09.813:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2631f68c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:11:09 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ 2019-12-17 19:11:09.916: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-17 19:11:09.919:INFO:oejs.AbstractConnector:main: Started ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:41448} 2019-12-17 19:11:09.919:INFO:oejs.Server:main: Started @2146ms Dec 17, 2019 7:11:09 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:41448/ 2019-12-17 19:11:09.961:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} Dec 17, 2019 7:11:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:11:14 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Dec 17, 2019 7:11:14 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Dec 17, 2019 7:11:14 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Dec 17, 2019 7:11:15 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 17, 2019 7:11:15 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 17, 2019 7:11:15 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 17, 2019 7:11:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:11:15 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 17, 2019 7:11:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:11:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:11:20 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Dec 17, 2019 7:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:11:51 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 17, 2019 7:11:51 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:11:51 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 17, 2019 7:11:51 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:11:51 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 17, 2019 7:11:52 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:11:52 PM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 88 Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:11:52 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 17, 2019 7:11:52 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:11:52 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 17, 2019 7:11:52 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:11:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:11:59 PM 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 17, 2019 7:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:12:03 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Dec 17, 2019 7:12:03 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Dec 17, 2019 7:12:03 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Dec 17, 2019 7:12:04 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 17, 2019 7:12:04 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 17, 2019 7:12:04 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 17, 2019 7:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:12:04 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 17, 2019 7:12:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@30c93896] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@30c93896] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@30c93896] state change: CONNECT_TIMEOUT -> CLOSED Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: RECEIVED -> IDLE Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: CLOSED_BY_SERVER -> CLOSED Dec 17, 2019 7:12:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: ERROR -> CLOSED Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: RESPONSE_TIMEOUT -> CLOSED Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3e5499cc] state change: IDLE_TIMEOUT -> CLOSED Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446befDec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] ] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: CLOSED_BY_SERVER -> CLOSED Dec 17, 2019 7:12:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: ERROR -> CLOSED Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:12:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:503) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Dec 17, 2019 7:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 17, 2019 7:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. #Received: message 1 #Received: message 2 Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. #Received: 1 #Received: 1 Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. #Received: 1 #Received: 2 Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 17, 2019 7:12:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:12:22 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:22.481:INFO::main: Logging initialized @634ms to org.eclipse.jetty.util.log.StdErrLog 2019-12-17 19:12:23.293: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-17 19:12:23.334:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d6025c5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:23.334:INFO:oejs.Server:main: Started @1488ms 2019-12-17 19:12:24.224:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d6025c5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:24 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:24.465: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-17 19:12:24.468:INFO:oejs.AbstractConnector:main: Started ServerConnector@485e36bc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:24.468:INFO:oejs.Server:main: Started @2622ms 2019-12-17 19:12:25.025:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@485e36bc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:25 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:25.135: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-17 19:12:25.137:INFO:oejs.AbstractConnector:main: Started ServerConnector@3f446bef{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:25.138:INFO:oejs.Server:main: Started @3291ms 2019-12-17 19:12:25.517:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3f446bef{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:25 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:25.631: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-17 19:12:25.632:INFO:oejs.AbstractConnector:main: Started ServerConnector@791cbf87{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:25.633:INFO:oejs.Server:main: Started @3786ms 2019-12-17 19:12:25.961:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@791cbf87{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:25 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:12:26 PM 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 17, 2019 7:12:26 PM 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-17 19:12:26.122:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:26.128:INFO:oejs.AbstractConnector:main: Started ServerConnector@21680803{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:26.129:INFO:oejs.Server:main: Started @4282ms 2019-12-17 19:12:26.353:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21680803{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:26.433:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:26.436:INFO:oejs.AbstractConnector:main: Started ServerConnector@46b695ec{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:26.436:INFO:oejs.Server:main: Started @4590ms 2019-12-17 19:12:26.519:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@46b695ec{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:26.568: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-17 19:12:26.571:INFO:oejs.AbstractConnector:main: Started ServerConnector@5eccd3b9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:26.571:INFO:oejs.Server:main: Started @4725ms 2019-12-17 19:12:26.647:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5eccd3b9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:26.718: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-17 19:12:26.720:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a9486c0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:26.720:INFO:oejs.Server:main: Started @4874ms 2019-12-17 19:12:26.769:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4a9486c0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:26.846:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:26.848:INFO:oejs.AbstractConnector:main: Started ServerConnector@545e57d7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:26.848:INFO:oejs.Server:main: Started @5002ms 2019-12-17 19:12:26.850: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-17 19:12:26.852:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f193686{HTTP/1.1,[http/1.1]}{0.0.0.0:9997} 2019-12-17 19:12:26.852:INFO:oejs.Server:main: Started @5006ms 2019-12-17 19:12:26.916:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@545e57d7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:26.996: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-17 19:12:26.999:INFO:oejs.AbstractConnector:main: Started ServerConnector@3cd206b5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:26.999:INFO:oejs.Server:main: Started @5153ms 2019-12-17 19:12:27.000: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-17 19:12:27.043:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3cd206b5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:27.128: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-17 19:12:27.130:INFO:oejs.AbstractConnector:main: Started ServerConnector@719bb3b4{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:27.130:INFO:oejs.Server:main: Started @5284ms 2019-12-17 19:12:27.171:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@719bb3b4{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:27.246: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-17 19:12:27.249:INFO:oejs.AbstractConnector:main: Started ServerConnector@64f1fd08{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:27.249:INFO:oejs.Server:main: Started @5403ms 2019-12-17 19:12:28.289:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@64f1fd08{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:29 PM 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 17, 2019 7:12:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:29.351: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-17 19:12:29.354:INFO:oejs.AbstractConnector:main: Started ServerConnector@38d17d80{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:29.354:INFO:oejs.Server:main: Started @7508ms 2019-12-17 19:12:29.425:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@38d17d80{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:29.470: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-17 19:12:29.472:INFO:oejs.AbstractConnector:main: Started ServerConnector@6325f352{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:29.473:INFO:oejs.Server:main: Started @7626ms 2019-12-17 19:12:29.535:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6325f352{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:29.581: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-17 19:12:29.583:INFO:oejs.AbstractConnector:main: Started ServerConnector@423c5404{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:29.583:INFO:oejs.Server:main: Started @7737ms 2019-12-17 19:12:29.653:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@423c5404{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:29.730:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:29.736:INFO:oejs.AbstractConnector:main: Started ServerConnector@5d1e0fbb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:29.737:INFO:oejs.Server:main: Started @7890ms 2019-12-17 19:12:29.836:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5d1e0fbb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:29.884:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:29.914:INFO:oejs.AbstractConnector:main: Started ServerConnector@12a2585b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:29.915:INFO:oejs.Server:main: Started @8068ms 2019-12-17 19:12:30.023:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@12a2585b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.064: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-17 19:12:30.066:INFO:oejs.AbstractConnector:main: Started ServerConnector@46e3559f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.067:INFO:oejs.Server:main: Started @8220ms 2019-12-17 19:12:30.124:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@46e3559f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.165:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:30.167:INFO:oejs.AbstractConnector:main: Started ServerConnector@5d512ddb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.167:INFO:oejs.Server:main: Started @8321ms 2019-12-17 19:12:30.237:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5d512ddb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.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-17 19:12:30.279:INFO:oejs.AbstractConnector:main: Started ServerConnector@2ac519dc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.279:INFO:oejs.Server:main: Started @8432ms 2019-12-17 19:12:30.336:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2ac519dc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.372: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-17 19:12:30.374:INFO:oejs.AbstractConnector:main: Started ServerConnector@1953bc95{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.374:INFO:oejs.Server:main: Started @8528ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-17 19:12:30.425:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1953bc95{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.460: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-17 19:12:30.462:INFO:oejs.AbstractConnector:main: Started ServerConnector@632b305d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.463:INFO:oejs.Server:main: Started @8616ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-17 19:12:30.519:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@632b305d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.557: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-17 19:12:30.559:INFO:oejs.AbstractConnector:main: Started ServerConnector@73f6e07{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.559:INFO:oejs.Server:main: Started @8713ms 2019-12-17 19:12:30.617:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@73f6e07{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.655: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-17 19:12:30.657:INFO:oejs.AbstractConnector:main: Started ServerConnector@4fb64a52{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.657:INFO:oejs.Server:main: Started @8811ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-17 19:12:30.689:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4fb64a52{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.747:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:30.749:INFO:oejs.AbstractConnector:main: Started ServerConnector@333398f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.749:INFO:oejs.Server:main: Started @8903ms Dec 17, 2019 7:12:30 PM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 84 2019-12-17 19:12:30.836:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@333398f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:30.927: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-17 19:12:30.930:INFO:oejs.AbstractConnector:main: Started ServerConnector@ac4915e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:30.930:INFO:oejs.Server:main: Started @9084ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-17 19:12:30.974:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@ac4915e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.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-17 19:12:31.052:INFO:oejs.AbstractConnector:main: Started ServerConnector@6c6928c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.052:INFO:oejs.Server:main: Started @9206ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-17 19:12:31.093:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6c6928c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.160: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-17 19:12:31.161:INFO:oejs.AbstractConnector:main: Started ServerConnector@d16209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.162:INFO:oejs.Server:main: Started @9315ms 2019-12-17 19:12:31.254:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@d16209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.313: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-17 19:12:31.315:INFO:oejs.AbstractConnector:main: Started ServerConnector@7a2a7492{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.315:INFO:oejs.Server:main: Started @9468ms 2019-12-17 19:12:31.344:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7a2a7492{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.416: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-17 19:12:31.418:INFO:oejs.AbstractConnector:main: Started ServerConnector@7ea07516{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.418:INFO:oejs.Server:main: Started @9572ms 2019-12-17 19:12:31.458:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7ea07516{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.519: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-17 19:12:31.521:INFO:oejs.AbstractConnector:main: Started ServerConnector@252c6cdb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.521:INFO:oejs.Server:main: Started @9675ms 2019-12-17 19:12:31.551:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@252c6cdb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.613: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-17 19:12:31.615:INFO:oejs.AbstractConnector:main: Started ServerConnector@1d585fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.615:INFO:oejs.Server:main: Started @9769ms 2019-12-17 19:12:31.644:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1d585fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.692: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-17 19:12:31.693:INFO:oejs.AbstractConnector:main: Started ServerConnector@2152fde5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.694:INFO:oejs.Server:main: Started @9847ms 2019-12-17 19:12:31.741:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2152fde5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.780: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-17 19:12:31.781:INFO:oejs.AbstractConnector:main: Started ServerConnector@54687fd0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.781:INFO:oejs.Server:main: Started @9935ms 2019-12-17 19:12:31.830:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@54687fd0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.865: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-17 19:12:31.867:INFO:oejs.AbstractConnector:main: Started ServerConnector@71f29d91{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.867:INFO:oejs.Server:main: Started @10021ms 2019-12-17 19:12:31.918:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@71f29d91{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:31 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:31.958:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:31.959:INFO:oejs.AbstractConnector:main: Started ServerConnector@76f9e000{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:31.960:INFO:oejs.Server:main: Started @10113ms 2019-12-17 19:12:32.015:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@76f9e000{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.060: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-17 19:12:32.065:INFO:oejs.AbstractConnector:main: Started ServerConnector@4af0c50{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.065:INFO:oejs.Server:main: Started @10219ms 2019-12-17 19:12:32.122:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4af0c50{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.159: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-17 19:12:32.161:INFO:oejs.AbstractConnector:main: Started ServerConnector@62dc1203{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.161:INFO:oejs.Server:main: Started @10314ms 2019-12-17 19:12:32.188:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@62dc1203{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.293: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-17 19:12:32.312:INFO:oejs.AbstractConnector:main: Started ServerConnector@2d3eb1ea{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.313:INFO:oejs.Server:main: Started @10466ms 2019-12-17 19:12:32.370:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2d3eb1ea{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.416: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-17 19:12:32.417:INFO:oejs.AbstractConnector:main: Started ServerConnector@6493f780{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.418:INFO:oejs.Server:main: Started @10571ms 2019-12-17 19:12:32.448:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6493f780{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.479: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-17 19:12:32.481:INFO:oejs.AbstractConnector:main: Started ServerConnector@5443086a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.481:INFO:oejs.Server:main: Started @10635ms 2019-12-17 19:12:32.537:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5443086a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.568: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-17 19:12:32.570:INFO:oejs.AbstractConnector:main: Started ServerConnector@6e12f38c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.570:INFO:oejs.Server:main: Started @10724ms 2019-12-17 19:12:32.627:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6e12f38c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:32 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:32.665: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-17 19:12:32.666:INFO:oejs.AbstractConnector:main: Started ServerConnector@1831447c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:32.667:INFO:oejs.Server:main: Started @10820ms Dec 17, 2019 7:12:32 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread qtp545359296-986 Dec 17, 2019 7:12:32 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread qtp545359296-980 Dec 17, 2019 7:12:32 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread qtp545359296-984 Dec 17, 2019 7:12:33 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 17, 2019 7:12:33 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 17, 2019 7:12:33 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 2019-12-17 19:12:33.728:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1831447c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:33 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:33.761: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-17 19:12:33.762:INFO:oejs.AbstractConnector:main: Started ServerConnector@3a359f7c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:33.762:INFO:oejs.Server:main: Started @11916ms Dec 17, 2019 7:12:33 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread qtp1299788688-1008 2019-12-17 19:12:33.790:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3a359f7c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:33 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:33.841:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:33.843:INFO:oejs.AbstractConnector:main: Started ServerConnector@1b82f62a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:33.843:INFO:oejs.Server:main: Started @11997ms 2019-12-17 19:12:33.858:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1b82f62a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:33 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:33.887: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-17 19:12:33.889:INFO:oejs.AbstractConnector:main: Started ServerConnector@33845e3d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:33.889:INFO:oejs.Server:main: Started @12042ms 2019-12-17 19:12:33.919:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@33845e3d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:33 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:33.948: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-17 19:12:33.949:INFO:oejs.AbstractConnector:main: Started ServerConnector@37816ea6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:33.949:INFO:oejs.Server:main: Started @12103ms 2019-12-17 19:12:33.966:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@37816ea6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:33 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:33.996: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-17 19:12:34.014:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a977146{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.014:INFO:oejs.Server:main: Started @12168ms 2019-12-17 19:12:34.029:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4a977146{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:34.068:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:34.070:INFO:oejs.AbstractConnector:main: Started ServerConnector@7cab8d52{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.070:INFO:oejs.Server:main: Started @12224ms 2019-12-17 19:12:34.096:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7cab8d52{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:34.140:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-17 19:12:34.142:INFO:oejs.AbstractConnector:main: Started ServerConnector@3a574a3b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.142:INFO:oejs.Server:main: Started @12296ms 2019-12-17 19:12:34.162:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3a574a3b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:34.219: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-17 19:12:34.221:INFO:oejs.AbstractConnector:main: Started ServerConnector@7207f3c2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.221:INFO:oejs.Server:main: Started @12375ms 2019-12-17 19:12:34.671:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7207f3c2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:34.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-17 19:12:34.754:INFO:oejs.AbstractConnector:main: Started ServerConnector@4cc28ad0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.754:INFO:oejs.Server:main: Started @12908ms 2019-12-17 19:12:34.815:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4cc28ad0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:34.845: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-17 19:12:34.847:INFO:oejs.AbstractConnector:main: Started ServerConnector@3d0697da{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.847:INFO:oejs.Server:main: Started @13001ms 2019-12-17 19:12:34.877:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3d0697da{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:34.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-17 19:12:34.936:INFO:oejs.AbstractConnector:main: Started ServerConnector@2f006edf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:34.937:INFO:oejs.Server:main: Started @13090ms 2019-12-17 19:12:34.976:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2f006edf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.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-17 19:12:35.039:INFO:oejs.AbstractConnector:main: Started ServerConnector@4fcb796f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.040:INFO:oejs.Server:main: Started @13193ms 2019-12-17 19:12:35.063:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4fcb796f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.114: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-17 19:12:35.115:INFO:oejs.AbstractConnector:main: Started ServerConnector@5d3f583d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.116:INFO:oejs.Server:main: Started @13269ms 2019-12-17 19:12:35.142:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5d3f583d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.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-17 19:12:35.174:INFO:oejs.AbstractConnector:main: Started ServerConnector@7d816d32{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.174:INFO:oejs.Server:main: Started @13328ms 2019-12-17 19:12:35.218:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7d816d32{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.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-17 19:12:35.248:INFO:oejs.AbstractConnector:main: Started ServerConnector@6b9b9cb9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.248:INFO:oejs.Server:main: Started @13402ms 2019-12-17 19:12:35.270:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6b9b9cb9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.316: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-17 19:12:35.318:INFO:oejs.AbstractConnector:main: Started ServerConnector@23973547{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.318:INFO:oejs.Server:main: Started @13472ms 2019-12-17 19:12:35.340:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@23973547{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.369: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-17 19:12:35.370:INFO:oejs.AbstractConnector:main: Started ServerConnector@6810465{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.371:INFO:oejs.Server:main: Started @13524ms 2019-12-17 19:12:35.393:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6810465{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.441: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-17 19:12:35.443:INFO:oejs.AbstractConnector:main: Started ServerConnector@78626209{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.443:INFO:oejs.Server:main: Started @13597ms 2019-12-17 19:12:35.465:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@78626209{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.528: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-17 19:12:35.529:INFO:oejs.AbstractConnector:main: Started ServerConnector@238cac6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.530:INFO:oejs.Server:main: Started @13683ms 2019-12-17 19:12:35.551:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@238cac6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:12:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:12:35.578: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-17 19:12:35.579:INFO:oejs.AbstractConnector:main: Started ServerConnector@65f8933b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:12:35.580:INFO:oejs.Server:main: Started @13733ms 2019-12-17 19:12:35.623:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@65f8933b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:13:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:13:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:13:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:13:48 PM 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 17, 2019 7:14:00 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@366e2eef: startup date [Tue Dec 17 19:14:00 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:00 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:14:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:01 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2187fff7: startup date [Tue Dec 17 19:14:01 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:01 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:02 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3c1e3314: startup date [Tue Dec 17 19:14:02 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:02 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1e411d81: startup date [Tue Dec 17 19:14:02 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:02 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:02 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@30cecdca: startup date [Tue Dec 17 19:14:02 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Dec 17, 2019 7:14:03 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:14:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:03 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@64693226: startup date [Tue Dec 17 19:14:03 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:03 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Dec 17, 2019 7:14:03 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:14:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:03 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@45e1aa48: startup date [Tue Dec 17 19:14:03 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:03 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Dec 17, 2019 7:14:04 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f1d0bbc: startup date [Tue Dec 17 19:14:04 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:04 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@fe34b86: startup date [Tue Dec 17 19:14:04 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:04 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@c017175: startup date [Tue Dec 17 19:14:04 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:04 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:04 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@63d5874f: startup date [Tue Dec 17 19:14:04 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:04 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:04 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@141d3d43: startup date [Tue Dec 17 19:14:04 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:04 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:14:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:04 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3c380bd8: startup date [Tue Dec 17 19:14:04 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:05 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@53ce2392: startup date [Tue Dec 17 19:14:05 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:05 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1dad01fe: startup date [Tue Dec 17 19:14:05 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:05 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@30bf26df: startup date [Tue Dec 17 19:14:05 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:05 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6f1c3f18: startup date [Tue Dec 17 19:14:05 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:05 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14fc9bd: startup date [Tue Dec 17 19:14:05 GMT 2019]; root of context hierarchy Dec 17, 2019 7:14:05 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 17, 2019 7:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:14:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:14:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:14:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:14:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:14:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:21 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:14:21.174:INFO::main: Logging initialized @605ms to org.eclipse.jetty.util.log.StdErrLog [DEBUG] (main) Using Console logging 2019-12-17 19:14:22.331: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-17 19:14:22.372:INFO:oejs.AbstractConnector:main: Started ServerConnector@340b9973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:14:22.373:INFO:oejs.Server:main: Started @1804ms 2019-12-17 19:14:22.738:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@340b9973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:14:22 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:14:22.838: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-17 19:14:22.840:INFO:oejs.AbstractConnector:main: Started ServerConnector@21d8bcbe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:14:22.840:INFO:oejs.Server:main: Started @2271ms 2019-12-17 19:14:22.912:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21d8bcbe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:14:22 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-17 19:14:23.014: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-17 19:14:23.016:INFO:oejs.AbstractConnector:main: Started ServerConnector@552518c3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-17 19:14:23.016:INFO:oejs.Server:main: Started @2447ms 2019-12-17 19:14:23.060:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@552518c3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 17, 2019 7:14:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:14:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:14:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Declared properties Resource class link Inherited properties Set link String link Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Dec 17, 2019 7:14:28 PM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes Create expression factory Literal expression Nested expression Embedded expression Multiple expressions Raw expression Boolean expression Template Literal EL Parameters Literal EL Multiple Literal Dec 17, 2019 7:14:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:14:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:14:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:44 PM 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 17, 2019 7:14:44 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.0.0 (Final) Dec 17, 2019 7:14:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25fc2762-e813-490d-809f-4927e25eec5f initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25fc2762-e813-490d-809f-4927e25eec5f shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 524a0bc2-6fd1-4b75-8c6f-a61340f01b16 initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 524a0bc2-6fd1-4b75-8c6f-a61340f01b16 shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b20eacdc-4b95-45da-909f-ae8c16972a55 initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b20eacdc-4b95-45da-909f-ae8c16972a55 shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db842177-17f2-4038-95ca-7c34aa874948 initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db842177-17f2-4038-95ca-7c34aa874948 shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d06b1c9-1666-447d-9f36-d90e28c6800f initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d06b1c9-1666-447d-9f36-d90e28c6800f shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a3f6a5f-71fb-47ea-b681-854809fafe88 initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a3f6a5f-71fb-47ea-b681-854809fafe88 shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c662a38-dcbc-42a8-b376-b98def17e5ef initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c662a38-dcbc-42a8-b376-b98def17e5ef shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 51680e13-3ee5-4e5a-84d7-9f38a7cf94bb initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 51680e13-3ee5-4e5a-84d7-9f38a7cf94bb shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8f7c979-5177-4b47-8dca-418d493421d2 initialized Dec 17, 2019 7:14:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8f7c979-5177-4b47-8dca-418d493421d2 shut down Dec 17, 2019 7:14:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e1bace3-0c8b-4422-a160-c1c619244c6b initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e1bace3-0c8b-4422-a160-c1c619244c6b shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33d0af4d-c7aa-4b39-8181-69385c093723 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33d0af4d-c7aa-4b39-8181-69385c093723 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69daf2c1-4a4d-45e2-ab6d-698f10ff5b13 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69daf2c1-4a4d-45e2-ab6d-698f10ff5b13 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eff9f672-f290-407c-8d94-9b076708e524 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eff9f672-f290-407c-8d94-9b076708e524 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8527fac8-c8da-48ba-a7d0-f90b3b13d1bb initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8527fac8-c8da-48ba-a7d0-f90b3b13d1bb shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b852182-3392-4a21-a676-5c8c4f556d85 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b852182-3392-4a21-a676-5c8c4f556d85 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 000b9536-9f6b-4425-a925-44b740211d07 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 000b9536-9f6b-4425-a925-44b740211d07 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64b09a1b-fe83-4741-899c-fec5c3a731e2 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64b09a1b-fe83-4741-899c-fec5c3a731e2 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 765e4482-658d-4b61-9ce3-054dd306c44c initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 765e4482-658d-4b61-9ce3-054dd306c44c shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 099f04b4-198f-4aa7-b164-bcfbcde4ef0e initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 099f04b4-198f-4aa7-b164-bcfbcde4ef0e shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 756d4fce-b6cd-4bf9-9ec7-77c1763e040a initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 756d4fce-b6cd-4bf9-9ec7-77c1763e040a shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0f695ec-fc30-4830-ba7e-3c0de6d66d88 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0f695ec-fc30-4830-ba7e-3c0de6d66d88 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b87e41a-8bb1-4314-8366-644730a07ca7 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b87e41a-8bb1-4314-8366-644730a07ca7 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a48465ed-3a9a-4315-a5d3-bd6556db19c6 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a48465ed-3a9a-4315-a5d3-bd6556db19c6 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cfabf012-8eeb-4277-889c-858db79cff47 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cfabf012-8eeb-4277-889c-858db79cff47 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b9af065-420f-4e8e-933f-0a0eca8facee initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b9af065-420f-4e8e-933f-0a0eca8facee shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76875191-3b91-4894-a33a-0af59087cfe4 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76875191-3b91-4894-a33a-0af59087cfe4 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0359167-d5dd-4d86-bfc8-8361923c80d8 initialized Dec 17, 2019 7:14:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0359167-d5dd-4d86-bfc8-8361923c80d8 shut down Dec 17, 2019 7:14:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90422293-5dcb-4e37-8241-5e6f274d2bbb initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90422293-5dcb-4e37-8241-5e6f274d2bbb shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d04caf66-9d22-4b63-ad14-893920e56d7c initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d04caf66-9d22-4b63-ad14-893920e56d7c shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32df2555-61ca-4ebc-9cc2-fc8b045ad2cb initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32df2555-61ca-4ebc-9cc2-fc8b045ad2cb shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4fcf7ddc-9a23-479a-828c-2bca09dd41ee initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4fcf7ddc-9a23-479a-828c-2bca09dd41ee shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea61a63e-75cb-4fc3-84ae-68abc0a48a30 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea61a63e-75cb-4fc3-84ae-68abc0a48a30 shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36cd8473-c655-4bd3-b474-912499248273 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36cd8473-c655-4bd3-b474-912499248273 shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15ecc491-76e3-4712-bed3-1fa04f4676a2 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15ecc491-76e3-4712-bed3-1fa04f4676a2 shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f4c3475-cda4-4d7f-a2ac-c9ef5d199b2c initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f4c3475-cda4-4d7f-a2ac-c9ef5d199b2c shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f86fb8f-2377-4b14-8ab4-ff48eb6f28ab initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f86fb8f-2377-4b14-8ab4-ff48eb6f28ab shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 908790bb-7284-442b-a7a5-5da673dd2d07 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 908790bb-7284-442b-a7a5-5da673dd2d07 shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f069db6-e374-4548-8940-9f46d0d714e9 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f069db6-e374-4548-8940-9f46d0d714e9 shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3cb8b1e-5b50-48fc-857e-70ced8ad624e initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3cb8b1e-5b50-48fc-857e-70ced8ad624e shut down Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c95c0cc-f6f0-414c-b996-37fa453a9194 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba3c22df-4bca-48a6-93b7-a1c8ec2bcc3d initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2b710f9-213f-4ac9-80b5-23800e479ca0 initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 51f2b2b9-af56-4e11-ada0-7eb01689043e initialized Dec 17, 2019 7:14:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:14:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 727f982b-ae7a-4426-bcba-459580147784 initialized Weld SE container 5c95c0cc-f6f0-414c-b996-37fa453a9194 shut down by shutdown hook Weld SE container ba3c22df-4bca-48a6-93b7-a1c8ec2bcc3d shut down by shutdown hook Weld SE container d2b710f9-213f-4ac9-80b5-23800e479ca0 shut down by shutdown hook Weld SE container 51f2b2b9-af56-4e11-ada0-7eb01689043e shut down by shutdown hook Weld SE container 727f982b-ae7a-4426-bcba-459580147784 shut down by shutdown hook Dec 17, 2019 7:14:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:14:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:14:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:14:58 PM org.jvnet.mimepull.WeakDataFile close INFO: File /tmp/MIME3710128370539737252.tmp was not deleted Dec 17, 2019 7:14:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:14:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:14:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:14:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:15:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:15:02 PM 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 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:15:03 PM 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 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:15:03 PM 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 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:15:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:15:05 PM 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 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:15:05 PM 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 17, 2019 7:15:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:15:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Server is about to send a message. ### Server waiting for client to receive a message. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?} ### Server resource method invocation end. Dec 17, 2019 7:15:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:15:14 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 17, 2019 7:15:14 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 17, 2019 7:15:14 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 17, 2019 7:15:15 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 17, 2019 7:15:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Dec 17, 2019 7:15:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= Dec 17, 2019 7:15:39 PM 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 17, 2019 7:15:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:15:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:15:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:15:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:15:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:15:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:15:48 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:48 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:49 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:49 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:49 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:52 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:15:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:15:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:15:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:15:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:16:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:16:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:01 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:02 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:02 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:02 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:02 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:02 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:05 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:09 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:12 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:15 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:18 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:16:18 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:18 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:16:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:23 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:23 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:27 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:16:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:16:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:31 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:31 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:31 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:35 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:16:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:16:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:16:39 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:16:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:16:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:16:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:16:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:16:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:47 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:48 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:48 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:51 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:54 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:16:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:16:58 PM 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 17, 2019 7:16:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:59 PM 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 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:59 PM 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 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:16:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:16:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:59 PM 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 17, 2019 7:16:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:16:59 PM 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 17, 2019 7:16:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM 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 17, 2019 7:17:00 PM 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 17, 2019 7:17:03 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:04 PM 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 17, 2019 7:17:04 PM 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 17, 2019 7:17:07 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:07 PM 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 17, 2019 7:17:07 PM 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 17, 2019 7:17:10 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:17:10 PM 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 17, 2019 7:17:10 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:10 PM 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 17, 2019 7:17:10 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:10 PM 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 17, 2019 7:17:10 PM 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 17, 2019 7:17:11 PM 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 17, 2019 7:17:11 PM 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 17, 2019 7:17:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:17:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:17:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:17:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:17:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:17:14 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:14 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:15 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:15 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:15 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:18 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:21 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:17:22 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:24 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:17:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:17:28 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:17:32 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:17:35 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:17:38 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 17, 2019 7:17:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:17:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:17:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:17:45 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:46 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:46 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:17:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:17:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:17:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:17:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:17:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:17:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:17:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:17:54 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:54 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:54 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:54 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:55 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:55 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Dec 17, 2019 7:17:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:17:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:17:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:17:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:17:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:01 PM 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 17, 2019 7:18:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:01 PM 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 17, 2019 7:18:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:02 PM 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 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:03 PM 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 17, 2019 7:18:03 PM 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 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:18:03 PM 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=182 locatorId=17 identityHashCode=953162699 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=182 locatorId=17 identityHashCode=953162699 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 17, 2019 7:18:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:04 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=19 identityHashCode=1488526679 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=19 identityHashCode=1488526679 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=19 identityHashCode=1488526679 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=19 identityHashCode=1488526679 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:04 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=22 identityHashCode=943501193 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=22 identityHashCode=943501193 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=22 identityHashCode=943501193 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=180 locatorId=22 identityHashCode=943501193 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:18:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:12 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:13 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:18:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:18:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:18:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:18:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:48 PM 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 17, 2019 7:18:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:18:49 PM 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 17, 2019 7:18:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:18:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:18:56 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:18:58 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:58 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:18:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:19:10 PM 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 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:19:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:19:19 PM 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 17, 2019 7:19:19 PM 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 17, 2019 7:19:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:19:20 PM 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 17, 2019 7:19:20 PM 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 17, 2019 7:19:20 PM 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 17, 2019 7:19:20 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread main 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread main 1 > GET http://localhost:9998/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread main 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Dec 17, 2019 7:19:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Dec 17, 2019 7:19:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Dec 17, 2019 7:19:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: bbbe439b821347ad84ea4cf4636c963f Verifier: 228aa87784b6499f93839b58e9c9a4ab Dec 17, 2019 7:19:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Dec 17, 2019 7:19:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Dec 17, 2019 7:19:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Dec 17, 2019 7:19:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Dec 17, 2019 7:19:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:19:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:19:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:19:49 PM 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 17, 2019 7:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:20:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:20:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:20:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:20:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:20:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:20:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:20:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:20:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:22 PM 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 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:21:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:21:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:37 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByFilter Dec 17, 2019 7:21:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Dec 17, 2019 7:21:38 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByInterceptor Dec 17, 2019 7:21:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:39 PM 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 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/uriAfterPreMatchingAbortion/SUCCESS Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:21:39 PM 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 17, 2019 7:21:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:21:40 PM 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 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:21:40 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:21:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Dec 17, 2019 7:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:53 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 17, 2019 7:21:53 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 17, 2019 7:21:53 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 17, 2019 7:21:54 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:21:55 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Dec 17, 2019 7:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:55 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 17, 2019 7:21:55 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 17, 2019 7:21:55 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 17, 2019 7:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:21:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:58 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM 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 17, 2019 7:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:21:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:22:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:22:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:22:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:22:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:22:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:22:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)], testus=[Hello], host=[localhost:9998], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Dec 17, 2019 7:22:32 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Dec 17, 2019 7:22:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)], host=[localhost:9998], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]} Dec 17, 2019 7:22:32 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Dec 17, 2019 7:22:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:38 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Dec 17, 2019 7:22:38 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Dec 17, 2019 7:22:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:38 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Dec 17, 2019 7:22:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:39 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Dec 17, 2019 7:22:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:48 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 6 requests to finish... Dec 17, 2019 7:22:49 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Dec 17, 2019 7:22:49 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:9998/location Dec 17, 2019 7:22:49 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Dec 17, 2019 7:22:49 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:9998/locationWithBody Dec 17, 2019 7:22:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:22:53 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:9998/test/location Dec 17, 2019 7:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:22:53 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Dec 17, 2019 7:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:22:54 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:9998/location Dec 17, 2019 7:22:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:22:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Dec 17, 2019 7:22:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:22:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:22:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Dec 17, 2019 7:22:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:22:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:00 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Dec 17, 2019 7:23:00 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 3 requests to finish... Dec 17, 2019 7:23:01 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:9998/ResponseTest/executorAsync Dec 17, 2019 7:23:01 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:9998/ResponseTest/locationAsync Dec 17, 2019 7:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:07 PM 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 17, 2019 7:23:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:23:08 PM 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 17, 2019 7:23:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:23:09 PM 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 17, 2019 7:23:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:23:09 PM 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 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:23:09 PM 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 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:23:09 PM 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 17, 2019 7:23:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:23:10 PM 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 17, 2019 7:23:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:23:10 PM 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 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:23:10 PM 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 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:23:10 PM 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 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:23:11 PM 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 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:23:11 PM 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 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:23:11 PM 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 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:23:11 PM 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 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:23:11 PM 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 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:23:12 PM 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 17, 2019 7:23:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:14 PM 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 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:23:15 PM 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 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:23:15 PM 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 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:23:15 PM 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 17, 2019 7:23:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:18 PM 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 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:23:19 PM 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 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:23:19 PM 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 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:23:19 PM 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 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 17, 2019 7:23:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 17, 2019 7:23:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 17, 2019 7:23:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:23 PM 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 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:23:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:23:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:23:25 PM 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 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:23:25 PM 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 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:23:25 PM 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 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:23:25 PM 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 17, 2019 7:23:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:23:26 PM 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 17, 2019 7:23:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:23:26 PM 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 17, 2019 7:23:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. SERVER: patch request received. Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SERVER: patch request received. Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Dec 17, 2019 7:23:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Dec 17, 2019 7:23:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Dec 17, 2019 7:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Dec 17, 2019 7:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:23:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:23:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:23:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:23:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:23:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:23:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:23:43 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:43 PM 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 17, 2019 7:23:43 PM 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 17, 2019 7:23:45 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:47 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:49 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:53 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:55 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:57 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:23:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:01 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:03 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:05 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:07 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:09 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:11 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:13 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:15 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:17 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:19 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:21 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:23 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:25 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:27 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:29 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:31 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:33 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:35 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:37 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:39 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:41 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:43 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:45 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:47 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:49 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:53 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:55 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:57 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:24:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:01 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:03 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:05 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:07 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:09 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:11 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:13 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:15 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:17 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:19 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:21 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:23 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:25 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:27 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:29 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:31 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:33 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:35 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:37 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 17, 2019 7:25:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:42 PM 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 17, 2019 7:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:25:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:25:49 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Dec 17, 2019 7:25:49 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Dec 17, 2019 7:25:49 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Dec 17, 2019 7:25:50 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 17, 2019 7:25:50 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 17, 2019 7:25:50 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 17, 2019 7:25:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:25:51 PM 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 17, 2019 7:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:25:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:25:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:25:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:25:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:25:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:25:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:26:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:26:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:26:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:26:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:25 PM 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 17, 2019 7:26:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:26:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:26:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:26:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:26:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:26:56 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 18 requests to finish... Dec 17, 2019 7:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:27:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:27:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:27:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. Dec 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:31 PM 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 17, 2019 7:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:27:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:27:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:27:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:27:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:27:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:28:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:28:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:28:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:26 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 8 requests to finish... Dec 17, 2019 7:28:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:28:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:28:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:28:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:28:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:28:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:28:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:28:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:28:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Dec 17, 2019 7:28:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:28:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:28:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 47 requests to finish... Dec 17, 2019 7:29:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:03 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Dec 17, 2019 7:29:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:03 PM 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 17, 2019 7:29:05 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 1 requests to finish... Dec 17, 2019 7:29:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:29:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:29:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:25 PM 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 17, 2019 7:29:25 PM 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 17, 2019 7:29:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:26 PM 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 17, 2019 7:29:26 PM 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 17, 2019 7:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:29:27 PM 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 17, 2019 7:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:27 PM 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 17, 2019 7:29:27 PM 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 17, 2019 7:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:29:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:29:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:29:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:29:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:29:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:49 PM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Dec 17, 2019 7:29:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:29:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:29:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:29:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:29:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:29:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:29:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:30:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Dec 17, 2019 7:30:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:08 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 14 requests to finish... Dec 17, 2019 7:30:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:30:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:30:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:30:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:30:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:30:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:30:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:30:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 17, 2019 7:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 17, 2019 7:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Dec 17, 2019 7:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Dec 17, 2019 7:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Dec 17, 2019 7:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Dec 17, 2019 7:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Dec 17, 2019 7:30:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Dec 17, 2019 7:30:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Dec 17, 2019 7:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Dec 17, 2019 7:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Dec 17, 2019 7:30:52 PM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply SEVERE: Expected: {"property":null} Dec 17, 2019 7:30:52 PM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply SEVERE: Actual: {} Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Dec 17, 2019 7:30:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:30:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:30:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:31:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:31:08 PM 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 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:31:10 PM 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 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 17, 2019 7:31:12 PM 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 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Dec 17, 2019 7:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Dec 17, 2019 7:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Dec 17, 2019 7:31:15 PM 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 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Dec 17, 2019 7:31:16 PM 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 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Dec 17, 2019 7:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Dec 17, 2019 7:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:31:22 PM 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 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:31:22 PM 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 17, 2019 7:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:31:23 PM 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 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:31:23 PM 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 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:31:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:31:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:31:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:9998,  connection: keep-alive,  Dec 17, 2019 7:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:9998,  connection: keep-alive,  Dec 17, 2019 7:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Slow subscriber completed Dec 17, 2019 7:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:31:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:55 PM 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 17, 2019 7:31:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:31:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:31:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:31:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Dec 17, 2019 7:32:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@5f68d483 Dec 17, 2019 7:32:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@7f21d0dc] from custom-executor-thread-1 Dec 17, 2019 7:32:04 PM 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 17, 2019 7:32:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@3e9f2b03] from custom-executor-thread-1 Dec 17, 2019 7:32:04 PM 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 17, 2019 7:32:04 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Dec 17, 2019 7:32:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM 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 17, 2019 7:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:28 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.0.0 (Final) Dec 17, 2019 7:32:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d577892-e405-4f76-9c4e-df44a1552a78 initialized Dec 17, 2019 7:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a749e52-10f6-4b62-a95a-453947fc20e9 initialized Dec 17, 2019 7:32:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d577892-e405-4f76-9c4e-df44a1552a78 shut down Dec 17, 2019 7:32:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a749e52-10f6-4b62-a95a-453947fc20e9 shut down Dec 17, 2019 7:32:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e431a883-fb0e-4d75-bb6d-89157f9e2095 initialized Dec 17, 2019 7:32:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4ba4589-f102-4d0e-970a-b1b5a3956872 initialized Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e431a883-fb0e-4d75-bb6d-89157f9e2095 shut down Dec 17, 2019 7:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4ba4589-f102-4d0e-970a-b1b5a3956872 shut down Dec 17, 2019 7:32:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c221142-69bd-4d12-9b5b-7b393f526ce9 initialized Dec 17, 2019 7:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4af787c6-7d24-41ab-ae3e-31f4c4a729ce initialized Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c221142-69bd-4d12-9b5b-7b393f526ce9 shut down Dec 17, 2019 7:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4af787c6-7d24-41ab-ae3e-31f4c4a729ce shut down Dec 17, 2019 7:32:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05dc7020-9612-4747-8cf5-d9bdcb5b40b2 initialized Dec 17, 2019 7:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:32:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 447781ca-c67d-402c-9b07-28ba0603a3fc initialized Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05dc7020-9612-4747-8cf5-d9bdcb5b40b2 shut down Dec 17, 2019 7:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 447781ca-c67d-402c-9b07-28ba0603a3fc shut down Dec 17, 2019 7:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e82071e1-73f9-425b-a448-f75cc0480b63 initialized Dec 17, 2019 7:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:32:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5e851a4-f345-41fe-8512-46e53d400469 initialized Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e82071e1-73f9-425b-a448-f75cc0480b63 shut down Dec 17, 2019 7:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5e851a4-f345-41fe-8512-46e53d400469 shut down Dec 17, 2019 7:32:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55b97b6b-71b1-4c53-b34e-31ea7457fad4 initialized Dec 17, 2019 7:32:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e89a53a3-a565-44e9-913d-dce7e04aa9ac initialized Dec 17, 2019 7:32:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 49eec828-2b24-4cf5-96b4-2956c517299a initialized Dec 17, 2019 7:32:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4abf64af-f7dd-4803-bbc5-389169da4285 initialized Dec 17, 2019 7:32:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14ac7e1f-7124-427e-9412-ed21a4374e1a initialized Dec 17, 2019 7:32:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db50511a-2531-47b5-96b8-e7597346e504 initialized Dec 17, 2019 7:32:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27b50a82-acbe-44b6-9dde-563de70b8974 initialized Dec 17, 2019 7:32:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed019c6d-e671-4b1d-ac7e-a06ff95b50c1 initialized Dec 17, 2019 7:32:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 576011a3-68aa-4fb3-9310-225ff56440d6 initialized Dec 17, 2019 7:32:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 17, 2019 7:32:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0ce8ee0-cd8d-491b-97a8-79151802f494 initialized Weld SE container 55b97b6b-71b1-4c53-b34e-31ea7457fad4 shut down by shutdown hook Weld SE container e89a53a3-a565-44e9-913d-dce7e04aa9ac shut down by shutdown hook Weld SE container 49eec828-2b24-4cf5-96b4-2956c517299a shut down by shutdown hook Weld SE container 4abf64af-f7dd-4803-bbc5-389169da4285 shut down by shutdown hook Weld SE container 14ac7e1f-7124-427e-9412-ed21a4374e1a shut down by shutdown hook Weld SE container db50511a-2531-47b5-96b8-e7597346e504 shut down by shutdown hook Weld SE container 27b50a82-acbe-44b6-9dde-563de70b8974 shut down by shutdown hook Weld SE container ed019c6d-e671-4b1d-ac7e-a06ff95b50c1 shut down by shutdown hook Weld SE container 576011a3-68aa-4fb3-9310-225ff56440d6 shut down by shutdown hook Weld SE container b0ce8ee0-cd8d-491b-97a8-79151802f494 shut down by shutdown hook Dec 17, 2019 7:32:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:32:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:49 PM 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 17, 2019 7:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:32:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:32:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:32:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:32:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:33:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:33:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:33:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:33:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:33:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:34:07 PM 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 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM 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 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM 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 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:34:09 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Dec 17, 2019 7:34:09 PM 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 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:34:09 PM 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 17, 2019 7:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:34:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:34:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:43 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 28 requests to finish... Dec 17, 2019 7:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:34:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:35:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 17, 2019 7:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:30 PM 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 17, 2019 7:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:30 PM 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 17, 2019 7:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 17, 2019 7:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:35:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:35:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:35:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:35:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 17, 2019 7:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Dec 17, 2019 7:36:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Dec 17, 2019 7:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Dec 17, 2019 7:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Dec 17, 2019 7:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Dec 17, 2019 7:36:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Dec 17, 2019 7:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:36:39 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Dec 17, 2019 7:36:39 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Dec 17, 2019 7:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Dec 17, 2019 7:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 17, 2019 7:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Dec 17, 2019 7:36:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Dec 17, 2019 7:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Dec 17, 2019 7:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:52 PM 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 17, 2019 7:36:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:53 PM 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 17, 2019 7:36:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:36:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:37:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:37:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:37:17 PM 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 17, 2019 7:37:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[8]], R.RESOURCE_METHOD_START.order=[[5]], R.REQ_FILTERS_START.order=[[3]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/html]} Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/html]} Dec 17, 2019 7:37:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:37:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:37:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:37 PM 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 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:37 PM 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 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:45 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:49 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:37:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:37:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:37:54 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:37:59 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@115f83bb org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@115f83bb org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@115f83bb Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:18 PM 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 17, 2019 7:38:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:19 PM 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 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:19 PM 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 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [EL Warning]: moxy: 2019-12-17 19:38:23.109--javax.xml.bind.JAXBException: Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] Dec 17, 2019 7:38:23 PM 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 17, 2019 7:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [EL Warning]: moxy: 2019-12-17 19:38:24.04--javax.xml.bind.JAXBException: Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] Dec 17, 2019 7:38:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:38:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Dec 17, 2019 7:38:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Dec 17, 2019 7:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:44 PM 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 17, 2019 7:38:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:45 PM 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 17, 2019 7:38:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:46 PM 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 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:46 PM 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 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:46 PM 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 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:46 PM 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 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:50 PM 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: Connection reset by peer 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 17, 2019 7:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:38:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:38:56 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 36 requests to finish... Dec 17, 2019 7:38:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 17, 2019 7:39:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@63880cdb org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@63880cdb org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@63880cdb Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 17, 2019 7:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:39:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:27 PM 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 17, 2019 7:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:28 PM 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 17, 2019 7:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:29 PM 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 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:29 PM 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 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:29 PM 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 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:29 PM 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 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:30 PM 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 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:30 PM 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 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:30 PM 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 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:30 PM 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 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:30 PM 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 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:31 PM 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 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:31 PM 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 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 17, 2019 7:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:38 PM 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 17, 2019 7:39:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:39 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 17 requests to finish... Dec 17, 2019 7:39:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:48 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 14 requests to finish... Dec 17, 2019 7:39:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:39:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:39:56 PM 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 17, 2019 7:39:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:39:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:40:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:40:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:40:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:40:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:40:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:40:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:40:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:40:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:40:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:40:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:40:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:41:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:41:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:13 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:14 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:15 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:15 PM 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 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:17 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:17 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:17 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:41:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:41:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:41:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:41:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 17, 2019 7:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 17, 2019 7:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 17, 2019 7:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 17, 2019 7:41:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project e2e-testng: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test failed: Plugin org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M3 -> org.apache.maven.surefire:surefire-testng:jar:2.17: Failed to read artifact descriptor for org.apache.maven.surefire:surefire-testng:jar:2.17: Could not transfer artifact org.apache.maven.surefire:surefire-testng:pom:2.17 from/to eclipse.maven.central.mirror (https://repo1.maven.org/maven2/): Connection reset -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :e2e-testng Post stage [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE